#B34E7D

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

Shades of Royal Heath #B34E7D

Tints of Royal Heath #B34E7D

Color information

#B34E7D (or 0xB34E7D) is unknown color: approx Royal Heath. HEX triplet: B3, 4E and 7D. RGB value is (179,78,125). Sum of RGB (Red+Green+Blue) = 179+78+125=382 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.86% from 382); Green value is 78 (30.86% from 255 or 20.42% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34E7D is #4CB182. Grayscale: #717171. Windows color (decimal): -5026179 or 8212147. OLE color: 8212147.

HSL color Cylindrical-coordinate representation of color #B34E7D: hue angle of 332.08º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B34E7D is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17978125-
CMYK00.560.300.30
HSL332.08º39.92%50.39%-
HSV(B)332.08º56.42%70.2%-
XYZ25.0216.5121.27-
YUV113.56134.46174.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.86%
GREEN value IS 78 (30.86% from 255) = 20.42%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=46.86%
G=20.42%
B=32.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797812500.560.300.30332.0839.9250.39
HexB34E7D0381E1E14c2832
Octal26311617507036365145062
Binary101100111001110111110101110001111011110101001100101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E7D; }

 p { color: rgb(179,78,125); }

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

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

 a { background-color: rgb(179,78,125); }

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

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

 span { border-color: rgb(179,78,125); }

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