#B14982

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

Shades of Royal Heath #B14982

Tints of Royal Heath #B14982

Color information

#B14982 (or 0xB14982) is unknown color: approx Royal Heath. HEX triplet: B1, 49 and 82. RGB value is (177,73,130). Sum of RGB (Red+Green+Blue) = 177+73+130=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 130 (51.17% from 255 or 34.21% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B14982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14982 is #4EB67D. Grayscale: #6E6E6E. Windows color (decimal): -5158526 or 8538545. OLE color: 8538545.

HSL color Cylindrical-coordinate representation of color #B14982: hue angle of 327.12º 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 #B14982 is Cyan = 0, Magento = 0.59, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB17773130-
CMYK00.590.270.31
HSL327.12º41.6%49.02%-
HSV(B)327.12º58.76%69.41%-
XYZ24.5415.7222.86-
YUV110.59138.96175.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.58%
GREEN value IS 73 (28.91% from 255) = 19.21%
BLUE value IS 130 (51.17% from 255) = 34.21%
R=46.58%
G=19.21%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777313000.590.270.31327.1241.649.02
HexB1498203B1B1F1472a31
Octal26111120207333375075261
Binary1011000110010011000001001110111101111111101000111101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14982; }

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

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

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

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

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

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

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

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