#B75482

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

Shades of Royal Heath #B75482

Tints of Royal Heath #B75482

Color information

#B75482 (or 0xB75482) is unknown color: approx Royal Heath. HEX triplet: B7, 54 and 82. RGB value is (183,84,130). Sum of RGB (Red+Green+Blue) = 183+84+130=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 84 (33.20% from 255 or 21.16% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B75482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75482 is #48AB7D. Grayscale: #767676. Windows color (decimal): -4762494 or 8541367. OLE color: 8541367.

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

Color convert

RGB18384130-
CMYK00.540.290.28
HSL332.12º40.74%52.35%-
HSV(B)332.12º54.1%71.76%-
XYZ26.7318.0223.19-
YUV118.84134.3173.76-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.10%
GREEN value IS 84 (33.20% from 255) = 21.16%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=46.10%
G=21.16%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838413000.540.290.28332.1240.7452.35
HexB754820361D1C14c2934
Octal26712420206635345145164
Binary1011011110101001000001001101101110111100101001100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75482; }

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

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

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

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

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

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

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

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