#B34196

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

Shades of Medium Red Violet #B34196

Tints of Medium Red Violet #B34196

Color information

#B34196 (or 0xB34196) is unknown color: approx Medium Red Violet. HEX triplet: B3, 41 and 96. RGB value is (179,65,150). Sum of RGB (Red+Green+Blue) = 179+65+150=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 150 (58.98% from 255 or 38.07% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B34196 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34196 is #4CBE69. Grayscale: #6C6C6C. Windows color (decimal): -5029482 or 9847219. OLE color: 9847219.

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

Color convert

RGB17965150-
CMYK00.640.160.30
HSL315.26º46.72%47.84%-
HSV(B)315.26º63.69%70.2%-
XYZ25.9915.5730.49-
YUV108.78151.27178.09-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.43%
GREEN value IS 65 (25.78% from 255) = 16.50%
BLUE value IS 150 (58.98% from 255) = 38.07%
R=45.43%
G=16.50%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796515000.640.160.30315.2646.7247.84
HexB34196040101E13b2f30
Octal263101226010020364735760
Binary10110011100000110010110010000001000011110100111011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34196; }

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

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

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

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

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

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

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

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