#B34A7B

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

Shades of Royal Heath #B34A7B

Tints of Royal Heath #B34A7B

Color information

#B34A7B (or 0xB34A7B) is unknown color: approx Royal Heath. HEX triplet: B3, 4A and 7B. RGB value is (179,74,123). Sum of RGB (Red+Green+Blue) = 179+74+123=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A7B is #4CB584. Grayscale: #6E6E6E. Windows color (decimal): -5027205 or 8080051. OLE color: 8080051.

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

Color convert

RGB17974123-
CMYK00.590.310.30
HSL332º41.5%49.61%-
HSV(B)332º58.66%70.2%-
XYZ24.6115.9120.51-
YUV110.98134.79176.52-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 74 (29.30% from 255) = 19.68%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=47.61%
G=19.68%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797412300.590.310.3033241.549.61
HexB34A7B03B1F1E14c2a32
Octal26311217307337365145262
Binary101100111001010111101101110111111111110101001100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34A7B; }

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

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

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

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

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

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

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

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