#B34E7E

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

Shades of Royal Heath #B34E7E

Tints of Royal Heath #B34E7E

Color information

#B34E7E (or 0xB34E7E) is unknown color: approx Royal Heath. HEX triplet: B3, 4E and 7E. RGB value is (179,78,126). Sum of RGB (Red+Green+Blue) = 179+78+126=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 78 (30.86% from 255 or 20.37% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B34E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B34E7E is #4CB181. Grayscale: #717171. Windows color (decimal): -5026178 or 8277683. OLE color: 8277683.

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

Color convert

RGB17978126-
CMYK00.560.300.30
HSL331.49º39.92%50.39%-
HSV(B)331.49º56.42%70.2%-
XYZ25.0816.5421.61-
YUV113.67134.96174.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 78 (30.86% from 255) = 20.37%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=46.74%
G=20.37%
B=32.90%

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
Decimal1797812600.560.300.30331.4939.9250.39
HexB34E7E0381E1E14b2832
Octal26311617607036365135062
Binary101100111001110111111001110001111011110101001011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34E7E; }

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

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

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

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

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

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

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

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