#B34A7A

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

Shades of Royal Heath #B34A7A

Tints of Royal Heath #B34A7A

Color information

#B34A7A (or 0xB34A7A) is unknown color: approx Royal Heath. HEX triplet: B3, 4A and 7A. RGB value is (179,74,122). Sum of RGB (Red+Green+Blue) = 179+74+122=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 74 (29.30% from 255 or 19.73% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A7A is #4CB585. Grayscale: #6E6E6E. Windows color (decimal): -5027206 or 8014515. OLE color: 8014515.

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

Color convert

RGB17974122-
CMYK00.590.320.30
HSL332.57º41.5%49.61%-
HSV(B)332.57º58.66%70.2%-
XYZ24.5515.8920.18-
YUV110.87134.29176.6-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.73%
GREEN value IS 74 (29.30% from 255) = 19.73%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=47.73%
G=19.73%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797412200.590.320.30332.5741.549.61
HexB34A7A03B201E14d2a32
Octal26311217207340365155262
Binary1011001110010101111010011101110000011110101001101101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A7A; }

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

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

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

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

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

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

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

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