#b6577d

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

Shades of Royal Heath #B6577D

Tints of Royal Heath #B6577D

Color information

#B6577D (or 0xB6577D) is unknown color: approx Royal Heath. HEX triplet: B6, 57 and 7D. RGB value is (182,87,125). Sum of RGB (Red+Green+Blue) = 182+87+125=394 (52% of max value = 765). Red value is 182 (71.48% from 255 or 46.19% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 125 (49.22% from 255 or 31.73% from 394); Max value from RGB is 182 - color contains mainly: red. Hex color #B6577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B6577D is #49A882. Grayscale: #777777. Windows color (decimal): -4827267 or 8214454. OLE color: 8214454.

HSL color Cylindrical-coordinate representation of color #B6577D: hue angle of 336º 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 #B6577D is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18287125-
CMYK00.520.310.29
HSL336º39.42%52.75%-
HSV(B)336º52.2%71.37%-
XYZ26.418.2421.53-
YUV119.74130.97172.41-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 46.19%
GREEN value IS 87 (34.38% from 255) = 22.08%
BLUE value IS 125 (49.22% from 255) = 31.73%
R=46.19%
G=22.08%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1828712500.520.310.2933639.4252.75
HexB6577D0341F1D1502735
Octal26612717506437355204765
Binary101101101010111111110101101001111111101101010000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6577d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6577d; }

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

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

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

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

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

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

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

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