#B64580

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

Shades of Royal Heath #B64580

Tints of Royal Heath #B64580

Color information

#B64580 (or 0xB64580) is unknown color: approx Royal Heath. HEX triplet: B6, 45 and 80. RGB value is (182,69,128). Sum of RGB (Red+Green+Blue) = 182+69+128=379 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.02% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 128 (50.39% from 255 or 33.77% from 379); Max value from RGB is 182 - color contains mainly: red. Hex color #B64580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64580 is #49BA7F. Grayscale: #6D6D6D. Windows color (decimal): -4831872 or 8406454. OLE color: 8406454.

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

Color convert

RGB18269128-
CMYK00.620.300.29
HSL328.67º45.02%49.22%-
HSV(B)328.67º62.09%71.37%-
XYZ25.3215.7622.13-
YUV109.51138.44179.7-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.02%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 128 (50.39% from 255) = 33.77%
R=48.02%
G=18.21%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826912800.620.300.29328.6745.0249.22
HexB6458003E1E1D1492d31
Octal26610520007636355115561
Binary1011011010001011000000001111101111011101101001001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64580; }

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

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

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

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

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

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

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

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