#B34495

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

Shades of Medium Red Violet #B34495

Tints of Medium Red Violet #B34495

Color information

#B34495 (or 0xB34495) is unknown color: approx Medium Red Violet. HEX triplet: B3, 44 and 95. RGB value is (179,68,149). Sum of RGB (Red+Green+Blue) = 179+68+149=396 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.20% from 396); Green value is 68 (26.95% from 255 or 17.17% from 396); Blue value is 149 (58.59% from 255 or 37.63% from 396); Max value from RGB is 179 - color contains mainly: red. Hex color #B34495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B34495 is #4CBB6A. Grayscale: #6E6E6E. Windows color (decimal): -5028715 or 9782451. OLE color: 9782451.

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

Color convert

RGB17968149-
CMYK00.620.170.30
HSL316.22º44.94%48.43%-
HSV(B)316.22º62.01%70.2%-
XYZ26.0815.8930.13-
YUV110.42149.77176.91-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 45.20%
GREEN value IS 68 (26.95% from 255) = 17.17%
BLUE value IS 149 (58.59% from 255) = 37.63%
R=45.20%
G=17.17%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1796814900.620.170.30316.2244.9448.43
HexB3449503E111E13c2d30
Octal26310422507621364745560
Binary1011001110001001001010101111101000111110100111100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B34495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B34495; }

 p { color: rgb(179,68,149); }

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

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

 a { background-color: rgb(179,68,149); }

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

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

 span { border-color: rgb(179,68,149); }

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