#B14980

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

Shades of Royal Heath #B14980

Tints of Royal Heath #B14980

Color information

#B14980 (or 0xB14980) is unknown color: approx Royal Heath. HEX triplet: B1, 49 and 80. RGB value is (177,73,128). Sum of RGB (Red+Green+Blue) = 177+73+128=378 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.83% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 128 (50.39% from 255 or 33.86% from 378); Max value from RGB is 177 - color contains mainly: red. Hex color #B14980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14980 is #4EB67F. Grayscale: #6E6E6E. Windows color (decimal): -5158528 or 8407473. OLE color: 8407473.

HSL color Cylindrical-coordinate representation of color #B14980: hue angle of 328.27º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B14980 is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17773128-
CMYK00.590.280.31
HSL328.27º41.6%49.02%-
HSV(B)328.27º58.76%69.41%-
XYZ24.4115.6722.16-
YUV110.37137.96175.53-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.83%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 128 (50.39% from 255) = 33.86%
R=46.83%
G=19.31%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777312800.590.280.31328.2741.649.02
HexB1498003B1C1F1482a31
Octal26111120007334375105261
Binary1011000110010011000000001110111110011111101001000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14980; }

 p { color: rgb(177,73,128); }

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

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

 a { background-color: rgb(177,73,128); }

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

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

 span { border-color: rgb(177,73,128); }

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