#B34B7E

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

Shades of Royal Heath #B34B7E

Tints of Royal Heath #B34B7E

Color information

#B34B7E (or 0xB34B7E) is unknown color: approx Royal Heath. HEX triplet: B3, 4B and 7E. RGB value is (179,75,126). Sum of RGB (Red+Green+Blue) = 179+75+126=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 126 (49.61% from 255 or 33.16% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B34B7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34B7E is #4CB481. Grayscale: #6F6F6F. Windows color (decimal): -5026946 or 8276915. OLE color: 8276915.

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

Color convert

RGB17975126-
CMYK00.580.300.30
HSL330.58º40.94%49.8%-
HSV(B)330.58º58.1%70.2%-
XYZ24.8716.1221.54-
YUV111.91135.96175.85-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 75 (29.69% from 255) = 19.74%
BLUE value IS 126 (49.61% from 255) = 33.16%
R=47.11%
G=19.74%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.30
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797512600.580.300.30330.5840.9449.8
HexB34B7E03A1E1E14b2932
Octal26311317607236365135162
Binary101100111001011111111001110101111011110101001011101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34B7E; }

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

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

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

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

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

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

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

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