#B65282

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

Shades of Royal Heath #B65282

Tints of Royal Heath #B65282

Color information

#B65282 (or 0xB65282) is unknown color: approx Royal Heath. HEX triplet: B6, 52 and 82. RGB value is (182,82,130). Sum of RGB (Red+Green+Blue) = 182+82+130=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 82 (32.42% from 255 or 20.81% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B65282 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65282 is #49AD7D. Grayscale: #757575. Windows color (decimal): -4828542 or 8540854. OLE color: 8540854.

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

Color convert

RGB18282130-
CMYK00.550.290.29
HSL331.2º40.65%51.76%-
HSV(B)331.2º54.95%71.37%-
XYZ26.3417.5923.13-
YUV117.37135.13174.1-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 82 (32.42% from 255) = 20.81%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=46.19%
G=20.81%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828213000.550.290.29331.240.6551.76
HexB652820371D1D14b2934
Octal26612220206735355135164
Binary1011011010100101000001001101111110111101101001011101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65282; }

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

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

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

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

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

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

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

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