Html Css Color HEX #BB4A78 Royal Heath

📋 copy color: '#BB4A78'

red 187 ◦ green 74 ◦ blue 120

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

Shades of Royal Heath #BB4A78

Tints of Royal Heath #BB4A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.42%

 BLUE value IS 120 (47.27% from 255) = 31.5%

R = 49.08%
G = 19.42%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB4A78 (or 0xBB4A78) is known color: Royal Heath. HEX triplet: BB, 4A and 78. RGB value is (187,74,120). Sum of RGB (Red+Green+Blue) = 187+74+120=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 74 (29.30% from 255 or 19.42% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4A78 is #44B587. Grayscale: #707070. Windows color (decimal): -4502920 or 7883451. OLE color: 7883451.

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

Color convert

RGB 187 74 120 -
CMYK 0 0.60 0.36 0.27
HSL 335.58º 0.45% 0.51% -
HSV(B) 335.58º 0.6% 0.73% -
XYZ 26.33 16.82 19.63 -
YUV 113.03 131.94 180.76 -
System Red Green Blue C M Y K H S L
Decimal 187 74 120 0 0.60 0.36 0.27 335.58 0.45 0.51
Hex BB 4A 78 0 3C 24 1B 150 2D 33
Octal 273 112 170 0 74 44 33 520 55 63
Binary 10111011 1001010 1111000 0 111100 100100 11011 101010000 101101 110011

Color Harmonies of #BB4A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A78

Black with #BB4A78

Text Example


Text Example

White with #BB4A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A78; }

 p { color: rgb(187,74,120); }

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

background-color css

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

 a { background-color: rgb(187,74,120); }

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

border-color css

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

 span { border-color: rgb(187,74,120); }

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