#BB4178

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

Shades of Royal Heath #BB4178

Tints of Royal Heath #BB4178

Color information

#BB4178 (or 0xBB4178) is unknown color: approx Royal Heath. HEX triplet: BB, 41 and 78. RGB value is (187,65,120). Sum of RGB (Red+Green+Blue) = 187+65+120=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB4178 is #44BE87. Grayscale: #6B6B6B. Windows color (decimal): -4505224 or 7881147. OLE color: 7881147.

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

Color convert

RGB18765120-
CMYK00.650.360.27
HSL332.95º48.41%49.41%-
HSV(B)332.95º65.24%73.33%-
XYZ25.7715.719.44-
YUV107.75134.92184.53-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 50.27%
GREEN value IS 65 (25.78% from 255) = 17.47%
BLUE value IS 120 (47.27% from 255) = 32.26%
R=50.27%
G=17.47%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1876512000.650.360.27332.9548.4149.41
HexBB4178041241B14d3031
Octal273101170010144335156061
Binary10111011100000111110000100000110010011011101001101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB4178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB4178; }

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

 H1.HeaderClassName
 {
   color: #BB4178;
 }
 .AnyTagClassName
 {
   color: #BB4178;
 }
</style>
background-color css

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

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

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

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

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

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