#B34182

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

Shades of Medium Red Violet #B34182

Tints of Medium Red Violet #B34182

Color information

#B34182 (or 0xB34182) is unknown color: approx Medium Red Violet. HEX triplet: B3, 41 and 82. RGB value is (179,65,130). Sum of RGB (Red+Green+Blue) = 179+65+130=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B34182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34182 is #4CBE7D. Grayscale: #6A6A6A. Windows color (decimal): -5029502 or 8536499. OLE color: 8536499.

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

Color convert

RGB17965130-
CMYK00.640.270.30
HSL325.79º46.72%47.84%-
HSV(B)325.79º63.69%70.2%-
XYZ24.5114.9822.72-
YUV106.5141.27179.71-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.86%
GREEN value IS 65 (25.78% from 255) = 17.38%
BLUE value IS 130 (51.17% from 255) = 34.76%
R=47.86%
G=17.38%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.27
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796513000.640.270.30325.7946.7247.84
HexB341820401B1E1462f30
Octal263101202010033365065760
Binary10110011100000110000010010000001101111110101000110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34182; }

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

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

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

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

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

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

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

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