Html Css Color HEX #BB3C77 Royal Heath

📋 copy color: '#BB3C77'

red 187 ◦ green 60 ◦ blue 119

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

Shades of Royal Heath #BB3C77

Tints of Royal Heath #BB3C77

RGB

 RED value IS 187 (73.44% from 255) = 51.09%

 GREEN value IS 60 (23.83% from 255) = 16.39%

 BLUE value IS 119 (46.88% from 255) = 32.51%

R = 51.09%
G = 16.39%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB3C77 (or 0xBB3C77) is known color: Royal Heath. HEX triplet: BB, 3C and 77. RGB value is (187,60,119). Sum of RGB (Red+Green+Blue) = 187+60+119=366 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.09% from 366); Green value is 60 (23.83% from 255 or 16.39% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3C77 is #44C388. Grayscale: #686868. Windows color (decimal): -4506505 or 7814331. OLE color: 7814331.

HSL color Cylindrical-coordinate representation of color #BB3C77: hue angle of 332.13º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3C77 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 60 119 -
CMYK 0 0.68 0.36 0.27
HSL 332.13º 0.51% 0.48% -
HSV(B) 332.13º 0.68% 0.73% -
XYZ 25.44 15.13 19.03 -
YUV 104.7 136.08 186.7 -
System Red Green Blue C M Y K H S L
Decimal 187 60 119 0 0.68 0.36 0.27 332.13 0.51 0.48
Hex BB 3C 77 0 44 24 1B 14C 33 30
Octal 273 74 167 0 104 44 33 514 63 60
Binary 10111011 111100 1110111 0 1000100 100100 11011 101001100 110011 110000

Color Harmonies of #BB3C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C77

Black with #BB3C77

Text Example


Text Example

White with #BB3C77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C77; }

 p { color: rgb(187,60,119); }

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

background-color css

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

 a { background-color: rgb(187,60,119); }

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

border-color css

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

 span { border-color: rgb(187,60,119); }

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