#B44580

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

Shades of Royal Heath #B44580

Tints of Royal Heath #B44580

Color information

#B44580 (or 0xB44580) is unknown color: approx Royal Heath. HEX triplet: B4, 45 and 80. RGB value is (180,69,128). Sum of RGB (Red+Green+Blue) = 180+69+128=377 (49% of max value = 765). Red value is 180 (70.70% from 255 or 47.75% from 377); Green value is 69 (27.34% from 255 or 18.30% from 377); Blue value is 128 (50.39% from 255 or 33.95% from 377); Max value from RGB is 180 - color contains mainly: red. Hex color #B44580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B44580 is #4BBA7F. Grayscale: #6C6C6C. Windows color (decimal): -4962944 or 8406452. OLE color: 8406452.

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

Color convert

RGB18069128-
CMYK00.620.290.29
HSL328.11º44.58%48.82%-
HSV(B)328.11º61.67%70.59%-
XYZ24.8515.5222.11-
YUV108.92138.77178.7-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 47.75%
GREEN value IS 69 (27.34% from 255) = 18.30%
BLUE value IS 128 (50.39% from 255) = 33.95%
R=47.75%
G=18.30%
B=33.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806912800.620.290.29328.1144.5848.82
HexB4458003E1D1D1482d31
Octal26410520007635355105561
Binary1011010010001011000000001111101110111101101001000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44580; }

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

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

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

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

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

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

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

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