#B34A78

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

Shades of Royal Heath #B34A78

Tints of Royal Heath #B34A78

Color information

#B34A78 (or 0xB34A78) is unknown color: approx Royal Heath. HEX triplet: B3, 4A and 78. RGB value is (179,74,120). Sum of RGB (Red+Green+Blue) = 179+74+120=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 74 (29.30% from 255 or 19.84% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A78 is #4CB587. Grayscale: #6E6E6E. Windows color (decimal): -5027208 or 7883443. OLE color: 7883443.

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

Color convert

RGB17974120-
CMYK00.590.330.30
HSL333.71º41.5%49.61%-
HSV(B)333.71º58.66%70.2%-
XYZ24.4315.8419.54-
YUV110.64133.29176.76-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.99%
GREEN value IS 74 (29.30% from 255) = 19.84%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=47.99%
G=19.84%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797412000.590.330.30333.7141.549.61
HexB34A7803B211E14e2a32
Octal26311217007341365165262
Binary1011001110010101111000011101110000111110101001110101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A78; }

 p { color: rgb(179,74,120); }

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

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

 a { background-color: rgb(179,74,120); }

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

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

 span { border-color: rgb(179,74,120); }

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