#B45882

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

Shades of Royal Heath #B45882

Tints of Royal Heath #B45882

Color information

#B45882 (or 0xB45882) is unknown color: approx Royal Heath. HEX triplet: B4, 58 and 82. RGB value is (180,88,130). Sum of RGB (Red+Green+Blue) = 180+88+130=398 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.23% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 180 - color contains mainly: red. Hex color #B45882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45882 is #4BA77D. Grayscale: #787878. Windows color (decimal): -4958078 or 8542388. OLE color: 8542388.

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

Color convert

RGB18088130-
CMYK00.510.280.29
HSL332.61º38.02%52.55%-
HSV(B)332.61º51.11%70.59%-
XYZ26.3418.2923.26-
YUV120.3133.48170.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.23%
GREEN value IS 88 (34.77% from 255) = 22.11%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=45.23%
G=22.11%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808813000.510.280.29332.6138.0252.55
HexB458820331C1D14d2635
Octal26413020206334355154665
Binary1011010010110001000001001100111110011101101001101100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45882; }

 p { color: rgb(180,88,130); }

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

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

 a { background-color: rgb(180,88,130); }

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

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

 span { border-color: rgb(180,88,130); }

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