#B75982

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

Shades of Royal Heath #B75982

Tints of Royal Heath #B75982

Color information

#B75982 (or 0xB75982) is unknown color: approx Royal Heath. HEX triplet: B7, 59 and 82. RGB value is (183,89,130). Sum of RGB (Red+Green+Blue) = 183+89+130=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 89 (35.16% from 255 or 22.14% from 402); Blue value is 130 (51.17% from 255 or 32.34% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B75982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75982 is #48A67D. Grayscale: #797979. Windows color (decimal): -4761214 or 8542647. OLE color: 8542647.

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

Color convert

RGB18389130-
CMYK00.510.290.28
HSL333.83º39.5%53.33%-
HSV(B)333.83º51.37%71.76%-
XYZ27.1318.8223.32-
YUV121.78132.64171.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 89 (35.16% from 255) = 22.14%
BLUE value IS 130 (51.17% from 255) = 32.34%
R=45.52%
G=22.14%
B=32.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838913000.510.290.28333.8339.553.33
HexB759820331D1C14e2735
Octal26713120206335345164765
Binary1011011110110011000001001100111110111100101001110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75982; }

 p { color: rgb(183,89,130); }

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

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

 a { background-color: rgb(183,89,130); }

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

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

 span { border-color: rgb(183,89,130); }

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