#B34284

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

Shades of Medium Red Violet #B34284

Tints of Medium Red Violet #B34284

Color information

#B34284 (or 0xB34284) is unknown color: approx Medium Red Violet. HEX triplet: B3, 42 and 84. RGB value is (179,66,132). Sum of RGB (Red+Green+Blue) = 179+66+132=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B34284 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34284 is #4CBD7B. Grayscale: #6B6B6B. Windows color (decimal): -5029244 or 8667827. OLE color: 8667827.

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

Color convert

RGB17966132-
CMYK00.630.260.30
HSL324.96º46.12%48.04%-
HSV(B)324.96º63.13%70.2%-
XYZ24.715.1523.45-
YUV107.31141.94179.13-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 66 (26.17% from 255) = 17.51%
BLUE value IS 132 (51.95% from 255) = 35.01%
R=47.48%
G=17.51%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.26
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796613200.630.260.30324.9646.1248.04
HexB3428403F1A1E1452e30
Octal26310220407732365055660
Binary1011001110000101000010001111111101011110101000101101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34284; }

 p { color: rgb(179,66,132); }

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

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

 a { background-color: rgb(179,66,132); }

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

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

 span { border-color: rgb(179,66,132); }

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