#B14E82

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

Shades of Royal Heath #B14E82

Tints of Royal Heath #B14E82

Color information

#B14E82 (or 0xB14E82) is unknown color: approx Royal Heath. HEX triplet: B1, 4E and 82. RGB value is (177,78,130). Sum of RGB (Red+Green+Blue) = 177+78+130=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B14E82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14E82 is #4EB17D. Grayscale: #717171. Windows color (decimal): -5157246 or 8539825. OLE color: 8539825.

HSL color Cylindrical-coordinate representation of color #B14E82: hue angle of 328.48º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B14E82 is Cyan = 0, Magento = 0.56, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17778130-
CMYK00.560.270.31
HSL328.48º38.82%50%-
HSV(B)328.48º55.93%69.41%-
XYZ24.8916.4122.97-
YUV113.53137.3173.27-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 78 (30.86% from 255) = 20.26%
BLUE value IS 130 (51.17% from 255) = 33.77%
R=45.97%
G=20.26%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777813000.560.270.31328.4838.8250
HexB14E820381B1F1482732
Octal26111620207033375104762
Binary1011000110011101000001001110001101111111101001000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14E82; }

 p { color: rgb(177,78,130); }

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

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

 a { background-color: rgb(177,78,130); }

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

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

 span { border-color: rgb(177,78,130); }

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