#B75282

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

Shades of Royal Heath #B75282

Tints of Royal Heath #B75282

Color information

#B75282 (or 0xB75282) is unknown color: approx Royal Heath. HEX triplet: B7, 52 and 82. RGB value is (183,82,130). Sum of RGB (Red+Green+Blue) = 183+82+130=395 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.33% from 395); Green value is 82 (32.42% from 255 or 20.76% from 395); Blue value is 130 (51.17% from 255 or 32.91% from 395); Max value from RGB is 183 - color contains mainly: red. Hex color #B75282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75282 is #48AD7D. Grayscale: #757575. Windows color (decimal): -4763006 or 8540855. OLE color: 8540855.

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

Color convert

RGB18382130-
CMYK00.550.290.28
HSL331.49º41.22%51.96%-
HSV(B)331.49º55.19%71.76%-
XYZ26.5717.7123.14-
YUV117.67134.96174.6-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.33%
GREEN value IS 82 (32.42% from 255) = 20.76%
BLUE value IS 130 (51.17% from 255) = 32.91%
R=46.33%
G=20.76%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1838213000.550.290.28331.4941.2251.96
HexB752820371D1C14b2934
Octal26712220206735345135164
Binary1011011110100101000001001101111110111100101001011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B75282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B75282; }

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

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

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

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

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

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

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

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