#B75878

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

Shades of Royal Heath #B75878

Tints of Royal Heath #B75878

Color information

#B75878 (or 0xB75878) is unknown color: approx Royal Heath. HEX triplet: B7, 58 and 78. RGB value is (183,88,120). Sum of RGB (Red+Green+Blue) = 183+88+120=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B75878 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75878 is #48A787. Grayscale: #787878. Windows color (decimal): -4761480 or 7887031. OLE color: 7887031.

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

Color convert

RGB18388120-
CMYK00.520.340.28
HSL339.79º39.75%53.14%-
HSV(B)339.79º51.91%71.76%-
XYZ26.4118.419.93-
YUV120.05127.97172.9-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.80%
GREEN value IS 88 (34.77% from 255) = 22.51%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=46.80%
G=22.51%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838812000.520.340.28339.7939.7553.14
HexB75878034221C1542835
Octal26713017006442345245065
Binary1011011110110001111000011010010001011100101010100101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75878; }

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

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

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

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

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

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

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

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