Html Css Color HEX #BB5477 Royal Heath

📋 copy color: '#BB5477'

red 187 ◦ green 84 ◦ blue 119

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

Shades of Royal Heath #BB5477

Tints of Royal Heath #BB5477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.54%

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

R = 47.95%
G = 21.54%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB5477 (or 0xBB5477) is known color: Royal Heath. HEX triplet: BB, 54 and 77. RGB value is (187,84,119). Sum of RGB (Red+Green+Blue) = 187+84+119=390 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.95% from 390); Green value is 84 (33.20% from 255 or 21.54% from 390); Blue value is 119 (46.88% from 255 or 30.51% from 390); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5477 is #44AB88. Grayscale: #767676. Windows color (decimal): -4500361 or 7820475. OLE color: 7820475.

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

Color convert

RGB 187 84 119 -
CMYK 0 0.55 0.36 0.27
HSL 339.61º 0.43% 0.53% -
HSV(B) 339.61º 0.55% 0.73% -
XYZ 26.99 18.24 19.55 -
YUV 118.79 128.12 176.65 -
System Red Green Blue C M Y K H S L
Decimal 187 84 119 0 0.55 0.36 0.27 339.61 0.43 0.53
Hex BB 54 77 0 37 24 1B 154 2B 35
Octal 273 124 167 0 67 44 33 524 53 65
Binary 10111011 1010100 1110111 0 110111 100100 11011 101010100 101011 110101

Color Harmonies of #BB5477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5477

Black with #BB5477

Text Example


Text Example

White with #BB5477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5477; }

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

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

background-color css

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

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

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

border-color css

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

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

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