#B84580

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

Shades of Royal Heath #B84580

Tints of Royal Heath #B84580

Color information

#B84580 (or 0xB84580) is unknown color: approx Royal Heath. HEX triplet: B8, 45 and 80. RGB value is (184,69,128). Sum of RGB (Red+Green+Blue) = 184+69+128=381 (50% of max value = 765). Red value is 184 (72.27% from 255 or 48.29% from 381); Green value is 69 (27.34% from 255 or 18.11% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 184 - color contains mainly: red. Hex color #B84580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B84580 is #47BA7F. Grayscale: #6D6D6D. Windows color (decimal): -4700800 or 8406456. OLE color: 8406456.

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

Color convert

RGB18469128-
CMYK00.620.300.28
HSL329.22º45.45%49.61%-
HSV(B)329.22º62.5%72.16%-
XYZ25.7916.0122.15-
YUV110.11138.1180.7-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 48.29%
GREEN value IS 69 (27.34% from 255) = 18.11%
BLUE value IS 128 (50.39% from 255) = 33.60%
R=48.29%
G=18.11%
B=33.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1846912800.620.300.28329.2245.4549.61
HexB8458003E1E1C1492d32
Octal27010520007636345115562
Binary1011100010001011000000001111101111011100101001001101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84580; }

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

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

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

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

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

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

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

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