#B64480

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

Shades of Royal Heath #B64480

Tints of Royal Heath #B64480

Color information

#B64480 (or 0xB64480) is unknown color: approx Royal Heath. HEX triplet: B6, 44 and 80. RGB value is (182,68,128). Sum of RGB (Red+Green+Blue) = 182+68+128=378 (50% of max value = 765). Red value is 182 (71.48% from 255 or 48.15% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 182 - color contains mainly: red. Hex color #B64480 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B64480 is #49BB7F. Grayscale: #6C6C6C. Windows color (decimal): -4832128 or 8406198. OLE color: 8406198.

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

Color convert

RGB18268128-
CMYK00.630.300.29
HSL328.42º45.6%49.02%-
HSV(B)328.42º62.64%71.37%-
XYZ25.2515.6422.11-
YUV108.93138.77180.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.15%
GREEN value IS 68 (26.95% from 255) = 17.99%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=48.15%
G=17.99%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1826812800.630.300.29328.4245.649.02
HexB6448003F1E1D1482e31
Octal26610420007736355105661
Binary1011011010001001000000001111111111011101101001000101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B64480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B64480; }

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

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

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

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

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

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

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

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