Html Css Color HEX #B05280 Royal Heath

📋 copy color: '#B05280'

red 176 ◦ green 82 ◦ blue 128

#B05280
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #B05280

Tints of Royal Heath #B05280

RGB

 RED value IS 176 (69.14% from 255) = 45.6%

 GREEN value IS 82 (32.42% from 255) = 21.24%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 45.6%
G = 21.24%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B05280 (or 0xB05280) is known color: Royal Heath. HEX triplet: B0, 52 and 80. RGB value is (176,82,128). Sum of RGB (Red+Green+Blue) = 176+82+128=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 176 - color contains mainly: red. Hex color #B05280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05280 is #4FAD7F. Grayscale: #737373. Windows color (decimal): -5221760 or 8409776. OLE color: 8409776.

HSL color Cylindrical-coordinate representation of color #B05280: hue angle of 330.64º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05280 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 82 128 -
CMYK 0 0.53 0.27 0.31
HSL 330.64º 0.37% 0.51% -
HSV(B) 330.64º 0.53% 0.69% -
XYZ 24.82 16.82 22.36 -
YUV 115.35 135.14 171.26 -
System Red Green Blue C M Y K H S L
Decimal 176 82 128 0 0.53 0.27 0.31 330.64 0.37 0.51
Hex B0 52 80 0 35 1B 1F 14B 25 33
Octal 260 122 200 0 65 33 37 513 45 63
Binary 10110000 1010010 10000000 0 110101 11011 11111 101001011 100101 110011

Color Harmonies of #B05280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B05280

Black with #B05280

Text Example


Text Example

White with #B05280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B05280; }

 p { color: rgb(176,82,128); }

 H1.HeaderClassName
 {
   color: #B05280;
 }
 .AnyTagClassName
 {
   color: #B05280;
 }
</style>

background-color css

<style>
 a { background-color: #B05280; }

 a { background-color: rgb(176,82,128); }

 div.DivClassName
 {
   background-color: #B05280;
 }
 .BgClassName
 {
   background-color: #B05280;
 }
</style>

border-color css

<style>
 span { border-color: #B05280; }

 span { border-color: rgb(176,82,128); }

 td.TdClassName
 {
   border-color: #B05280;
 }
 .TagClassName
 {
   border-color: #B05280;
 }
</style>