#B45281

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

Shades of Royal Heath #B45281

Tints of Royal Heath #B45281

Color information

#B45281 (or 0xB45281) is unknown color: approx Royal Heath. HEX triplet: B4, 52 and 81. RGB value is (180,82,129). Sum of RGB (Red+Green+Blue) = 180+82+129=391 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.04% from 391); Green value is 82 (32.42% from 255 or 20.97% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 180 - color contains mainly: red. Hex color #B45281 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45281 is #4BAD7E. Grayscale: #747474. Windows color (decimal): -4959615 or 8475316. OLE color: 8475316.

HSL color Cylindrical-coordinate representation of color #B45281: hue angle of 331.22º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45281 is Cyan = 0, Magento = 0.54, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB18082129-
CMYK00.540.280.29
HSL331.22º39.52%51.37%-
HSV(B)331.22º54.44%70.59%-
XYZ25.817.3222.75-
YUV116.66134.97173.18-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.04%
GREEN value IS 82 (32.42% from 255) = 20.97%
BLUE value IS 129 (50.78% from 255) = 32.99%
R=46.04%
G=20.97%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808212900.540.280.29331.2239.5251.37
HexB452810361C1D14b2833
Octal26412220106634355135063
Binary1011010010100101000000101101101110011101101001011101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45281; }

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

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

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

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

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

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

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

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