#B45180

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

Shades of Royal Heath #B45180

Tints of Royal Heath #B45180

Color information

#B45180 (or 0xB45180) is unknown color: approx Royal Heath. HEX triplet: B4, 51 and 80. RGB value is (180,81,128). Sum of RGB (Red+Green+Blue) = 180+81+128=389 (51% of max value = 765). Red value is 180 (70.70% from 255 or 46.27% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 180 - color contains mainly: red. Hex color #B45180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B45180 is #4BAE7F. Grayscale: #737373. Windows color (decimal): -4959872 or 8409524. OLE color: 8409524.

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

Color convert

RGB18081128-
CMYK00.550.290.29
HSL331.52º39.76%51.18%-
HSV(B)331.52º55%70.59%-
XYZ25.6617.1522.38-
YUV115.96134.8173.68-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 46.27%
GREEN value IS 81 (32.03% from 255) = 20.82%
BLUE value IS 128 (50.39% from 255) = 32.90%
R=46.27%
G=20.82%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1808112800.550.290.29331.5239.7651.18
HexB451800371D1D14c2833
Octal26412120006735355145063
Binary1011010010100011000000001101111110111101101001100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45180; }

 p { color: rgb(180,81,128); }

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

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

 a { background-color: rgb(180,81,128); }

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

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

 span { border-color: rgb(180,81,128); }

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