#B34179

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

Shades of Royal Heath #B34179

Tints of Royal Heath #B34179

Color information

#B34179 (or 0xB34179) is unknown color: approx Royal Heath. HEX triplet: B3, 41 and 79. RGB value is (179,65,121). Sum of RGB (Red+Green+Blue) = 179+65+121=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34179 is #4CBE86. Grayscale: #696969. Windows color (decimal): -5029511 or 7946675. OLE color: 7946675.

HSL color Cylindrical-coordinate representation of color #B34179: hue angle of 330.53º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34179 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB17965121-
CMYK00.640.320.30
HSL330.53º46.72%47.84%-
HSV(B)330.53º63.69%70.2%-
XYZ23.9314.7419.67-
YUV105.47136.77180.45-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 49.04%
GREEN value IS 65 (25.78% from 255) = 17.81%
BLUE value IS 121 (47.66% from 255) = 33.15%
R=49.04%
G=17.81%
B=33.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796512100.640.320.30330.5346.7247.84
HexB34179040201E14b2f30
Octal263101171010040365135760
Binary10110011100000111110010100000010000011110101001011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34179; }

 p { color: rgb(179,65,121); }

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

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

 a { background-color: rgb(179,65,121); }

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

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

 span { border-color: rgb(179,65,121); }

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