#B44278

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

Shades of Royal Heath #B44278

Tints of Royal Heath #B44278

Color information

#B44278 (or 0xB44278) is unknown color: approx Royal Heath. HEX triplet: B4, 42 and 78. RGB value is (180,66,120). Sum of RGB (Red+Green+Blue) = 180+66+120=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 66 (26.17% from 255 or 18.03% from 366); Blue value is 120 (47.27% from 255 or 32.79% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B44278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B44278 is #4BBD87. Grayscale: #6A6A6A. Windows color (decimal): -4963720 or 7881396. OLE color: 7881396.

HSL color Cylindrical-coordinate representation of color #B44278: hue angle of 331.58º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B44278 is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB18066120-
CMYK00.630.330.29
HSL331.58º46.34%48.24%-
HSV(B)331.58º63.33%70.59%-
XYZ24.1614.9619.38-
YUV106.24135.77180.61-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 49.18%
GREEN value IS 66 (26.17% from 255) = 18.03%
BLUE value IS 120 (47.27% from 255) = 32.79%
R=49.18%
G=18.03%
B=32.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1806612000.630.330.29331.5846.3448.24
HexB4427803F211D14c2e30
Octal26410217007741355145660
Binary1011010010000101111000011111110000111101101001100101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B44278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B44278; }

 p { color: rgb(180,66,120); }

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

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

 a { background-color: rgb(180,66,120); }

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

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

 span { border-color: rgb(180,66,120); }

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