#b85480

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

Shades of Royal Heath #B85480

Tints of Royal Heath #B85480

Color information

#B85480 (or 0xB85480) is unknown color: approx Royal Heath. HEX triplet: B8, 54 and 80. RGB value is (184,84,128). Sum of RGB (Red+Green+Blue) = 184+84+128=396 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.46% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 184 - color contains mainly: red. Hex color #B85480 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B85480 is #47AB7F. Grayscale: #767676. Windows color (decimal): -4696960 or 8410296. OLE color: 8410296.

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

Color convert

RGB18484128-
CMYK00.540.300.28
HSL333.6º41.32%52.55%-
HSV(B)333.6º54.35%72.16%-
XYZ26.8318.0922.5-
YUV118.92133.13174.42-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 46.46%
GREEN value IS 84 (33.20% from 255) = 21.21%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=46.46%
G=21.21%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1848412800.540.300.28333.641.3252.55
HexB854800361E1C14e2935
Octal27012420006636345165165
Binary1011100010101001000000001101101111011100101001110101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b85480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b85480; }

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

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

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

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

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

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

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

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