#B34481

Color #B34481 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B34481

Tints of Medium Red Violet #B34481

Color information

#B34481 (or 0xB34481) is unknown color: approx Medium Red Violet. HEX triplet: B3, 44 and 81. RGB value is (179,68,129). Sum of RGB (Red+Green+Blue) = 179+68+129=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 68 (26.95% from 255 or 18.09% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B34481 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34481 is #4CBB7E. Grayscale: #6C6C6C. Windows color (decimal): -5028735 or 8471731. OLE color: 8471731.

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

Color convert

RGB17968129-
CMYK00.620.280.30
HSL327.03º44.94%48.43%-
HSV(B)327.03º62.01%70.2%-
XYZ24.6215.322.43-
YUV108.14139.77178.54-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 68 (26.95% from 255) = 18.09%
BLUE value IS 129 (50.78% from 255) = 34.31%
R=47.61%
G=18.09%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796812900.620.280.30327.0344.9448.43
HexB3448103E1C1E1472d30
Octal26310420107634365075560
Binary1011001110001001000000101111101110011110101000111101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34481; }

 p { color: rgb(179,68,129); }

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

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

 a { background-color: rgb(179,68,129); }

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

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

 span { border-color: rgb(179,68,129); }

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