#B65780

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

Shades of Royal Heath #B65780

Tints of Royal Heath #B65780

Color information

#B65780 (or 0xB65780) is unknown color: approx Royal Heath. HEX triplet: B6, 57 and 80. RGB value is (182,87,128). Sum of RGB (Red+Green+Blue) = 182+87+128=397 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.84% from 397); Green value is 87 (34.38% from 255 or 21.91% from 397); Blue value is 128 (50.39% from 255 or 32.24% from 397); Max value from RGB is 182 - color contains mainly: red. Hex color #B65780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65780 is #49A87F. Grayscale: #787878. Windows color (decimal): -4827264 or 8411062. OLE color: 8411062.

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

Color convert

RGB18287128-
CMYK00.520.300.29
HSL334.11º39.42%52.75%-
HSV(B)334.11º52.2%71.37%-
XYZ26.618.3222.56-
YUV120.08132.47172.17-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.84%
GREEN value IS 87 (34.38% from 255) = 21.91%
BLUE value IS 128 (50.39% from 255) = 32.24%
R=45.84%
G=21.91%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828712800.520.300.29334.1139.4252.75
HexB657800341E1D14e2735
Octal26612720006436355164765
Binary1011011010101111000000001101001111011101101001110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65780; }

 p { color: rgb(182,87,128); }

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

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

 a { background-color: rgb(182,87,128); }

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

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

 span { border-color: rgb(182,87,128); }

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