#B45178

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

Shades of Royal Heath #B45178

Tints of Royal Heath #B45178

Color information

#B45178 (or 0xB45178) is unknown color: approx Royal Heath. HEX triplet: B4, 51 and 78. RGB value is (180,81,120). Sum of RGB (Red+Green+Blue) = 180+81+120=381 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.24% from 381); Green value is 81 (32.03% from 255 or 21.26% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 180 - color contains mainly: red. Hex color #B45178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45178 is #4BAE87. Grayscale: #727272. Windows color (decimal): -4959880 or 7885236. OLE color: 7885236.

HSL color Cylindrical-coordinate representation of color #B45178: hue angle of 336.36º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B45178 is Cyan = 0, Magento = 0.55, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18081120-
CMYK00.550.330.29
HSL336.36º39.76%51.18%-
HSV(B)336.36º55%70.59%-
XYZ25.1516.9419.71-
YUV115.05130.8174.33-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.24%
GREEN value IS 81 (32.03% from 255) = 21.26%
BLUE value IS 120 (47.27% from 255) = 31.50%
R=47.24%
G=21.26%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808112000.550.330.29336.3639.7651.18
HexB45178037211D1502833
Octal26412117006741355205063
Binary1011010010100011111000011011110000111101101010000101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45178; }

 p { color: rgb(180,81,120); }

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

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

 a { background-color: rgb(180,81,120); }

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

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

 span { border-color: rgb(180,81,120); }

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