#B34775

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

Shades of Royal Heath #B34775

Tints of Royal Heath #B34775

Color information

#B34775 (or 0xB34775) is unknown color: approx Royal Heath. HEX triplet: B3, 47 and 75. RGB value is (179,71,117). Sum of RGB (Red+Green+Blue) = 179+71+117=367 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.77% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 179 - color contains mainly: red. Hex color #B34775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34775 is #4CB88A. Grayscale: #6C6C6C. Windows color (decimal): -5027979 or 7686067. OLE color: 7686067.

HSL color Cylindrical-coordinate representation of color #B34775: hue angle of 334.44º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34775 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.30.

Color convert

RGB17971117-
CMYK00.600.350.30
HSL334.44º43.2%49.02%-
HSV(B)334.44º60.34%70.2%-
XYZ24.0515.3718.53-
YUV108.54132.78178.26-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 48.77%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=48.77%
G=19.35%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.35
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1797111700.600.350.30334.4443.249.02
HexB3477503C231E14e2b31
Octal26310716507443365165361
Binary1011001110001111110101011110010001111110101001110101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34775; }

 p { color: rgb(179,71,117); }

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

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

 a { background-color: rgb(179,71,117); }

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

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

 span { border-color: rgb(179,71,117); }

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