#B75178

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

Shades of Royal Heath #B75178

Tints of Royal Heath #B75178

Color information

#B75178 (or 0xB75178) is unknown color: approx Royal Heath. HEX triplet: B7, 51 and 78. RGB value is (183,81,120). Sum of RGB (Red+Green+Blue) = 183+81+120=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 81 (32.03% from 255 or 21.09% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B75178 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75178 is #48AE87. Grayscale: #737373. Windows color (decimal): -4763272 or 7885239. OLE color: 7885239.

HSL color Cylindrical-coordinate representation of color #B75178: hue angle of 337.06º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B75178 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB18381120-
CMYK00.560.340.28
HSL337.06º41.46%51.76%-
HSV(B)337.06º55.74%71.76%-
XYZ25.8617.3119.75-
YUV115.94130.29175.83-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.66%
GREEN value IS 81 (32.03% from 255) = 21.09%
BLUE value IS 120 (47.27% from 255) = 31.25%
R=47.66%
G=21.09%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838112000.560.340.28337.0641.4651.76
HexB75178038221C1512934
Octal26712117007042345215164
Binary1011011110100011111000011100010001011100101010001101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75178; }

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

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

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

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

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

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

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

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