#B34C7E

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

Shades of Royal Heath #B34C7E

Tints of Royal Heath #B34C7E

Color information

#B34C7E (or 0xB34C7E) is unknown color: approx Royal Heath. HEX triplet: B3, 4C and 7E. RGB value is (179,76,126). Sum of RGB (Red+Green+Blue) = 179+76+126=381 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.98% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 179 - color contains mainly: red. Hex color #B34C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34C7E is #4CB381. Grayscale: #707070. Windows color (decimal): -5026690 or 8277171. OLE color: 8277171.

HSL color Cylindrical-coordinate representation of color #B34C7E: hue angle of 330.87º degrees, saturation: 0.4, 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 #B34C7E is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.30.

Color convert

RGB17976126-
CMYK00.580.300.30
HSL330.87º40.39%50%-
HSV(B)330.87º57.54%70.2%-
XYZ24.9416.2621.56-
YUV112.5135.62175.43-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.98%
GREEN value IS 76 (30.08% from 255) = 19.95%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=46.98%
G=19.95%
B=33.07%

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
Decimal1797612600.580.300.30330.8740.3950
HexB34C7E03A1E1E14b2832
Octal26311417607236365135062
Binary101100111001100111111001110101111011110101001011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34C7E; }

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

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

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

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

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

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

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

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