#B05481

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

Shades of Royal Heath #B05481

Tints of Royal Heath #B05481

Color information

#B05481 (or 0xB05481) is unknown color: approx Royal Heath. HEX triplet: B0, 54 and 81. RGB value is (176,84,129). Sum of RGB (Red+Green+Blue) = 176+84+129=389 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.24% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 176 - color contains mainly: red. Hex color #B05481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05481 is #4FAB7E. Grayscale: #747474. Windows color (decimal): -5221247 or 8475824. OLE color: 8475824.

HSL color Cylindrical-coordinate representation of color #B05481: hue angle of 330.65º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05481 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17684129-
CMYK00.520.270.31
HSL330.65º36.8%50.98%-
HSV(B)330.65º52.27%69.02%-
XYZ25.0417.1622.76-
YUV116.64134.98170.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.24%
GREEN value IS 84 (33.20% from 255) = 21.59%
BLUE value IS 129 (50.78% from 255) = 33.16%
R=45.24%
G=21.59%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768412900.520.270.31330.6536.850.98
HexB054810341B1F14b2533
Octal26012420106433375134563
Binary1011000010101001000000101101001101111111101001011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05481; }

 p { color: rgb(176,84,129); }

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

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

 a { background-color: rgb(176,84,129); }

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

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

 span { border-color: rgb(176,84,129); }

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