#B14D83

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

Shades of Royal Heath #B14D83

Tints of Royal Heath #B14D83

Color information

#B14D83 (or 0xB14D83) is unknown color: approx Royal Heath. HEX triplet: B1, 4D and 83. RGB value is (177,77,131). Sum of RGB (Red+Green+Blue) = 177+77+131=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B14D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B14D83 is #4EB27C. Grayscale: #707070. Windows color (decimal): -5157501 or 8605105. OLE color: 8605105.

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

Color convert

RGB17777131-
CMYK00.560.260.31
HSL327.6º39.37%49.8%-
HSV(B)327.6º56.5%69.41%-
XYZ24.8816.2923.31-
YUV113.06138.13173.61-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 45.97%
GREEN value IS 77 (30.47% from 255) = 20%
BLUE value IS 131 (51.56% from 255) = 34.03%
R=45.97%
G=20%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777713100.560.260.31327.639.3749.8
HexB14D830381A1F1482732
Octal26111520307032375104762
Binary1011000110011011000001101110001101011111101001000100111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14D83; }

 p { color: rgb(177,77,131); }

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

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

 a { background-color: rgb(177,77,131); }

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

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

 span { border-color: rgb(177,77,131); }

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