Html Css Color HEX #BB4777 Royal Heath

📋 copy color: '#BB4777'

red 187 ◦ green 71 ◦ blue 119

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

Shades of Royal Heath #BB4777

Tints of Royal Heath #BB4777

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.83%

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

R = 49.6%
G = 18.83%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB4777 (or 0xBB4777) is known color: Royal Heath. HEX triplet: BB, 47 and 77. RGB value is (187,71,119). Sum of RGB (Red+Green+Blue) = 187+71+119=377 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.60% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 119 (46.88% from 255 or 31.56% from 377); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4777 is #44B888. Grayscale: #6F6F6F. Windows color (decimal): -4503689 or 7817147. OLE color: 7817147.

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

Color convert

RGB 187 71 119 -
CMYK 0 0.62 0.36 0.27
HSL 335.17º 0.46% 0.51% -
HSV(B) 335.17º 0.62% 0.73% -
XYZ 26.08 16.4 19.24 -
YUV 111.16 132.43 182.1 -
System Red Green Blue C M Y K H S L
Decimal 187 71 119 0 0.62 0.36 0.27 335.17 0.46 0.51
Hex BB 47 77 0 3E 24 1B 14F 2E 33
Octal 273 107 167 0 76 44 33 517 56 63
Binary 10111011 1000111 1110111 0 111110 100100 11011 101001111 101110 110011

Color Harmonies of #BB4777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4777

Black with #BB4777

Text Example


Text Example

White with #BB4777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4777; }

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

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

background-color css

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

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

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

border-color css

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

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

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