#B14C82

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

Shades of Royal Heath #B14C82

Tints of Royal Heath #B14C82

Color information

#B14C82 (or 0xB14C82) is unknown color: approx Royal Heath. HEX triplet: B1, 4C and 82. RGB value is (177,76,130). Sum of RGB (Red+Green+Blue) = 177+76+130=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 177 - color contains mainly: red. Hex color #B14C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B14C82 is #4EB37D. Grayscale: #707070. Windows color (decimal): -5157758 or 8539313. OLE color: 8539313.

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

Color convert

RGB17776130-
CMYK00.570.270.31
HSL327.92º39.92%49.61%-
HSV(B)327.92º57.06%69.41%-
XYZ24.7516.1322.93-
YUV112.35137.96174.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 46.21%
GREEN value IS 76 (30.08% from 255) = 19.84%
BLUE value IS 130 (51.17% from 255) = 33.94%
R=46.21%
G=19.84%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1777613000.570.270.31327.9239.9249.61
HexB14C820391B1F1482832
Octal26111420207133375105062
Binary1011000110011001000001001110011101111111101001000101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14C82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14C82; }

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

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

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

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

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

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

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

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