#BB4478

Color #BB4478 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #BB4478

Tints of Royal Heath #BB4478

Color information

#BB4478 (or 0xBB4478) is unknown color: approx 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

RGB18768120-
CMYK00.640.360.27
HSL333.78º46.67%50%-
HSV(B)333.78º63.64%73.33%-
XYZ25.9516.0619.5-
YUV109.51133.92183.27-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876812000.640.360.27333.7846.6750
HexBB4478040241B14e2f32
Octal273104170010044335165762
Binary10111011100010011110000100000010010011011101001110101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>