#B05483

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

Shades of Royal Heath #B05483

Tints of Royal Heath #B05483

Color information

#B05483 (or 0xB05483) is unknown color: approx Royal Heath. HEX triplet: B0, 54 and 83. RGB value is (176,84,131). Sum of RGB (Red+Green+Blue) = 176+84+131=391 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.01% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 131 (51.56% from 255 or 33.50% from 391); Max value from RGB is 176 - color contains mainly: red. Hex color #B05483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B05483 is #4FAB7C. Grayscale: #747474. Windows color (decimal): -5221245 or 8606896. OLE color: 8606896.

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

Color convert

RGB17684131-
CMYK00.520.260.31
HSL329.35º36.8%50.98%-
HSV(B)329.35º52.27%69.02%-
XYZ25.1717.2123.47-
YUV116.87135.98170.18-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.01%
GREEN value IS 84 (33.20% from 255) = 21.48%
BLUE value IS 131 (51.56% from 255) = 33.50%
R=45.01%
G=21.48%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1768413100.520.260.31329.3536.850.98
HexB054830341A1F1492533
Octal26012420306432375114563
Binary1011000010101001000001101101001101011111101001001100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05483; }

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

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

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

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

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

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

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

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