#B340A0

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

Shades of Medium Red Violet #B340A0

Tints of Medium Red Violet #B340A0

Color information

#B340A0 (or 0xB340A0) is unknown color: approx Medium Red Violet. HEX triplet: B3, 40 and A0. RGB value is (179,64,160). Sum of RGB (Red+Green+Blue) = 179+64+160=403 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.42% from 403); Green value is 64 (25.39% from 255 or 15.88% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 179 - color contains mainly: red. Hex color #B340A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B340A0 is #4CBF5F. Grayscale: #6D6D6D. Windows color (decimal): -5029728 or 10502323. OLE color: 10502323.

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

Color convert

RGB17964160-
CMYK00.640.110.30
HSL309.91º47.33%47.65%-
HSV(B)309.91º64.25%70.2%-
XYZ26.7715.7934.89-
YUV109.33156.6177.69-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.42%
GREEN value IS 64 (25.39% from 255) = 15.88%
BLUE value IS 160 (62.89% from 255) = 39.70%
R=44.42%
G=15.88%
B=39.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796416000.640.110.30309.9147.3347.65
HexB340A0040B1E1362f30
Octal263100240010013364665760
Binary1011001110000001010000001000000101111110100110110101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B340A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B340A0; }

 p { color: rgb(179,64,160); }

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

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

 a { background-color: rgb(179,64,160); }

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

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

 span { border-color: rgb(179,64,160); }

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