#B45581

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

Shades of Royal Heath #B45581

Tints of Royal Heath #B45581

Color information

#B45581 (or 0xB45581) is unknown color: approx Royal Heath. HEX triplet: B4, 55 and 81. RGB value is (180,85,129). Sum of RGB (Red+Green+Blue) = 180+85+129=394 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.69% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 129 (50.78% from 255 or 32.74% from 394); Max value from RGB is 180 - color contains mainly: red. Hex color #B45581 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45581 is #4BAA7E. Grayscale: #767676. Windows color (decimal): -4958847 or 8476084. OLE color: 8476084.

HSL color Cylindrical-coordinate representation of color #B45581: hue angle of 332.21º 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 #B45581 is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18085129-
CMYK00.530.280.29
HSL332.21º38.78%51.96%-
HSV(B)332.21º52.78%70.59%-
XYZ26.0317.7922.83-
YUV118.42133.97171.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.69%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 129 (50.78% from 255) = 32.74%
R=45.69%
G=21.57%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808512900.530.280.29332.2138.7851.96
HexB455810351C1D14c2734
Octal26412520106534355144764
Binary1011010010101011000000101101011110011101101001100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45581; }

 p { color: rgb(180,85,129); }

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

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

 a { background-color: rgb(180,85,129); }

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

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

 span { border-color: rgb(180,85,129); }

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