#B05480

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

Shades of Royal Heath #B05480

Tints of Royal Heath #B05480

Color information

#B05480 (or 0xB05480) is unknown color: approx Royal Heath. HEX triplet: B0, 54 and 80. RGB value is (176,84,128). Sum of RGB (Red+Green+Blue) = 176+84+128=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 176 - color contains mainly: red. Hex color #B05480 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05480 is #4FAB7F. Grayscale: #747474. Windows color (decimal): -5221248 or 8410288. OLE color: 8410288.

HSL color Cylindrical-coordinate representation of color #B05480: hue angle of 331.3º 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 #B05480 is Cyan = 0, Magento = 0.52, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17684128-
CMYK00.520.270.31
HSL331.3º36.8%50.98%-
HSV(B)331.3º52.27%69.02%-
XYZ24.9717.1322.41-
YUV116.52134.48170.42-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.36%
GREEN value IS 84 (33.20% from 255) = 21.65%
BLUE value IS 128 (50.39% from 255) = 32.99%
R=45.36%
G=21.65%
B=32.99%

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
Decimal1768412800.520.270.31331.336.850.98
HexB054800341B1F14b2533
Octal26012420006433375134563
Binary1011000010101001000000001101001101111111101001011100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05480; }

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

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

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

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

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

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

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

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