#B325A4

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

Shades of Medium Red Violet #B325A4

Tints of Medium Red Violet #B325A4

Color information

#B325A4 (or 0xB325A4) is unknown color: approx Medium Red Violet. HEX triplet: B3, 25 and A4. RGB value is (179,37,164). Sum of RGB (Red+Green+Blue) = 179+37+164=380 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.11% from 380); Green value is 37 (14.84% from 255 or 9.74% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 179 - color contains mainly: red. Hex color #B325A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B325A4 is #4CDA5B. Grayscale: #5D5D5D. Windows color (decimal): -5036636 or 10757555. OLE color: 10757555.

HSL color Cylindrical-coordinate representation of color #B325A4: hue angle of 306.34º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B325A4 is Cyan = 0, Magento = 0.79, Yellow = 0.08 and Black (K on CMYK) = 0.30.

Color convert

RGB17937164-
CMYK00.790.080.30
HSL306.34º65.74%42.35%-
HSV(B)306.34º79.33%70.2%-
XYZ25.9513.5936.38-
YUV93.94167.54188.67-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 47.11%
GREEN value IS 37 (14.84% from 255) = 9.74%
BLUE value IS 164 (64.45% from 255) = 43.16%
R=47.11%
G=9.74%
B=43.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793716400.790.080.30306.3465.7442.35
HexB325A404F81E132422a
Octal263452440117103646210252
Binary1011001110010110100100010011111000111101001100101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B325A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B325A4; }

 p { color: rgb(179,37,164); }

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

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

 a { background-color: rgb(179,37,164); }

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

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

 span { border-color: rgb(179,37,164); }

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