#B34382

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

Shades of Medium Red Violet #B34382

Tints of Medium Red Violet #B34382

Color information

#B34382 (or 0xB34382) is unknown color: approx Medium Red Violet. HEX triplet: B3, 43 and 82. RGB value is (179,67,130). Sum of RGB (Red+Green+Blue) = 179+67+130=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 130 (51.17% from 255 or 34.57% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B34382 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34382 is #4CBC7D. Grayscale: #6B6B6B. Windows color (decimal): -5028990 or 8537011. OLE color: 8537011.

HSL color Cylindrical-coordinate representation of color #B34382: hue angle of 326.25º 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 #B34382 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB17967130-
CMYK00.630.270.30
HSL326.25º45.53%48.24%-
HSV(B)326.25º62.57%70.2%-
XYZ24.6315.2122.76-
YUV107.67140.61178.88-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.61%
GREEN value IS 67 (26.56% from 255) = 17.82%
BLUE value IS 130 (51.17% from 255) = 34.57%
R=47.61%
G=17.82%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796713000.630.270.30326.2545.5348.24
HexB3438203F1B1E1462e30
Octal26310320207733365065660
Binary1011001110000111000001001111111101111110101000110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34382; }

 p { color: rgb(179,67,130); }

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

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

 a { background-color: rgb(179,67,130); }

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

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

 span { border-color: rgb(179,67,130); }

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