#B34383

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

Shades of Medium Red Violet #B34383

Tints of Medium Red Violet #B34383

Color information

#B34383 (or 0xB34383) is unknown color: approx Medium Red Violet. HEX triplet: B3, 43 and 83. RGB value is (179,67,131). Sum of RGB (Red+Green+Blue) = 179+67+131=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 131 (51.56% from 255 or 34.75% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B34383 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34383 is #4CBC7C. Grayscale: #6B6B6B. Windows color (decimal): -5028989 or 8602547. OLE color: 8602547.

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

Color convert

RGB17967131-
CMYK00.630.270.30
HSL325.71º45.53%48.24%-
HSV(B)325.71º62.57%70.2%-
XYZ24.6915.2423.11-
YUV107.78141.11178.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.48%
GREEN value IS 67 (26.56% from 255) = 17.77%
BLUE value IS 131 (51.56% from 255) = 34.75%
R=47.48%
G=17.77%
B=34.75%

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
Decimal1796713100.630.270.30325.7145.5348.24
HexB3438303F1B1E1462e30
Octal26310320307733365065660
Binary1011001110000111000001101111111101111110101000110101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34383; }

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

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

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

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

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

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

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

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