#B34580

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

Shades of Royal Heath #B34580

Tints of Royal Heath #B34580

Color information

#B34580 (or 0xB34580) is unknown color: approx Royal Heath. HEX triplet: B3, 45 and 80. RGB value is (179,69,128). Sum of RGB (Red+Green+Blue) = 179+69+128=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B34580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34580 is #4CBA7F. Grayscale: #6C6C6C. Windows color (decimal): -5028480 or 8406451. OLE color: 8406451.

HSL color Cylindrical-coordinate representation of color #B34580: hue angle of 327.82º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34580 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.30.

Color convert

RGB17969128-
CMYK00.610.280.30
HSL327.82º44.35%48.63%-
HSV(B)327.82º61.45%70.2%-
XYZ24.6115.422.1-
YUV108.62138.94178.2-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 128 (50.39% from 255) = 34.04%
R=47.61%
G=18.35%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796912800.610.280.30327.8244.3548.63
HexB3458003D1C1E1482c31
Octal26310520007534365105461
Binary1011001110001011000000001111011110011110101001000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34580; }

 p { color: rgb(179,69,128); }

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

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

 a { background-color: rgb(179,69,128); }

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

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

 span { border-color: rgb(179,69,128); }

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