Html Css Color HEX #BB4478 Royal Heath

📋 copy color: '#BB4478'

red 187 ◦ green 68 ◦ blue 120

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

Shades of Royal Heath #BB4478

Tints of Royal Heath #BB4478

RGB

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

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

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

R = 49.87%
G = 18.13%
B = 32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB4478 (or 0xBB4478) is known color: Royal Heath. HEX triplet: BB, 44 and 78. RGB value is (187,68,120). Sum of RGB (Red+Green+Blue) = 187+68+120=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 68 (26.95% from 255 or 18.13% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4478 is #44BB87. Grayscale: #6D6D6D. Windows color (decimal): -4504456 or 7881915. OLE color: 7881915.

HSL color Cylindrical-coordinate representation of color #BB4478: hue angle of 333.78º 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 #BB4478 is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 68 120 -
CMYK 0 0.64 0.36 0.27
HSL 333.78º 0.47% 0.5% -
HSV(B) 333.78º 0.64% 0.73% -
XYZ 25.95 16.06 19.5 -
YUV 109.51 133.92 183.27 -
System Red Green Blue C M Y K H S L
Decimal 187 68 120 0 0.64 0.36 0.27 333.78 0.47 0.5
Hex BB 44 78 0 40 24 1B 14E 2F 32
Octal 273 104 170 0 100 44 33 516 57 62
Binary 10111011 1000100 1111000 0 1000000 100100 11011 101001110 101111 110010

Color Harmonies of #BB4478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4478

Black with #BB4478

Text Example


Text Example

White with #BB4478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4478; }

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

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

background-color css

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

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

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

border-color css

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

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

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