#B45483

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

Shades of Royal Heath #B45483

Tints of Royal Heath #B45483

Color information

#B45483 (or 0xB45483) is unknown color: approx Royal Heath. HEX triplet: B4, 54 and 83. RGB value is (180,84,131). Sum of RGB (Red+Green+Blue) = 180+84+131=395 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.57% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 180 - color contains mainly: red. Hex color #B45483 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45483 is #4BAB7C. Grayscale: #757575. Windows color (decimal): -4959101 or 8606900. OLE color: 8606900.

HSL color Cylindrical-coordinate representation of color #B45483: hue angle of 330.62º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B45483 is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB18084131-
CMYK00.530.270.29
HSL330.62º39.02%51.76%-
HSV(B)330.62º53.33%70.59%-
XYZ26.0917.6823.51-
YUV118.06135.3172.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.57%
GREEN value IS 84 (33.20% from 255) = 21.27%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=45.57%
G=21.27%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808413100.530.270.29330.6239.0251.76
HexB454830351B1D14b2734
Octal26412420306533355134764
Binary1011010010101001000001101101011101111101101001011100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45483; }

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

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

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

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

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

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

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

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