Html Css Color HEX #BB4472 Royal Heath

📋 copy color: '#BB4472'

red 187 ◦ green 68 ◦ blue 114

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

Shades of Royal Heath #BB4472

Tints of Royal Heath #BB4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 114 (44.92% from 255) = 30.89%

R = 50.68%
G = 18.43%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.27

RGB Variations

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

Color information

#BB4472 (or 0xBB4472) is known color: Royal Heath. HEX triplet: BB, 44 and 72. RGB value is (187,68,114). Sum of RGB (Red+Green+Blue) = 187+68+114=369 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.68% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4472 is #44BB8D. Grayscale: #6C6C6C. Windows color (decimal): -4504462 or 7488699. OLE color: 7488699.

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

Color convert

RGB 187 68 114 -
CMYK 0 0.64 0.39 0.27
HSL 336.81º 0.47% 0.5% -
HSV(B) 336.81º 0.64% 0.73% -
XYZ 25.6 15.91 17.64 -
YUV 108.83 130.92 183.76 -
System Red Green Blue C M Y K H S L
Decimal 187 68 114 0 0.64 0.39 0.27 336.81 0.47 0.5
Hex BB 44 72 0 40 27 1B 151 2F 32
Octal 273 104 162 0 100 47 33 521 57 62
Binary 10111011 1000100 1110010 0 1000000 100111 11011 101010001 101111 110010

Color Harmonies of #BB4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4472

Black with #BB4472

Text Example


Text Example

White with #BB4472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4472; }

 p { color: rgb(187,68,114); }

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

background-color css

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

 a { background-color: rgb(187,68,114); }

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

border-color css

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

 span { border-color: rgb(187,68,114); }

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