#b44880

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

Shades of Royal Heath #B44880

Tints of Royal Heath #B44880

Color information

#B44880 (or 0xB44880) is unknown color: approx Royal Heath. HEX triplet: B4, 48 and 80. RGB value is (180,72,128). Sum of RGB (Red+Green+Blue) = 180+72+128=380 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.37% from 380); Green value is 72 (28.52% from 255 or 18.95% from 380); Blue value is 128 (50.39% from 255 or 33.68% from 380); Max value from RGB is 180 - color contains mainly: red. Hex color #B44880 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44880 is #4BB77F. Grayscale: #6E6E6E. Windows color (decimal): -4962176 or 8407220. OLE color: 8407220.

HSL color Cylindrical-coordinate representation of color #B44880: hue angle of 328.89º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B44880 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.29.

Color convert

RGB18072128-
CMYK00.600.290.29
HSL328.89º42.86%49.41%-
HSV(B)328.89º60%70.59%-
XYZ25.0415.922.17-
YUV110.68137.78177.45-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.37%
GREEN value IS 72 (28.52% from 255) = 18.95%
BLUE value IS 128 (50.39% from 255) = 33.68%
R=47.37%
G=18.95%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1807212800.600.290.29328.8942.8649.41
HexB4488003C1D1D1492b31
Octal26411020007435355115361
Binary1011010010010001000000001111001110111101101001001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b44880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b44880; }

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

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

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

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

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

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

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

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