Html Css Color HEX #BB3E77 Royal Heath

📋 copy color: '#BB3E77'

red 187 ◦ green 62 ◦ blue 119

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

Shades of Royal Heath #BB3E77

Tints of Royal Heath #BB3E77

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.85%

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

R = 50.82%
G = 16.85%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB3E77 (or 0xBB3E77) is known color: Royal Heath. HEX triplet: BB, 3E and 77. RGB value is (187,62,119). Sum of RGB (Red+Green+Blue) = 187+62+119=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 62 (24.61% from 255 or 16.85% from 368); Blue value is 119 (46.88% from 255 or 32.34% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3E77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3E77 is #44C188. Grayscale: #696969. Windows color (decimal): -4505993 or 7814843. OLE color: 7814843.

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

Color convert

RGB 187 62 119 -
CMYK 0 0.67 0.36 0.27
HSL 332.64º 0.5% 0.49% -
HSV(B) 332.64º 0.67% 0.73% -
XYZ 25.55 15.34 19.07 -
YUV 105.87 135.41 185.87 -
System Red Green Blue C M Y K H S L
Decimal 187 62 119 0 0.67 0.36 0.27 332.64 0.5 0.49
Hex BB 3E 77 0 43 24 1B 14D 32 31
Octal 273 76 167 0 103 44 33 515 62 61
Binary 10111011 111110 1110111 0 1000011 100100 11011 101001101 110010 110001

Color Harmonies of #BB3E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3E77

Black with #BB3E77

Text Example


Text Example

White with #BB3E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3E77; }

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

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

background-color css

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

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

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

border-color css

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

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

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