#B323AA

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

Shades of Medium Red Violet #B323AA

Tints of Medium Red Violet #B323AA

Color information

#B323AA (or 0xB323AA) is unknown color: approx Medium Red Violet. HEX triplet: B3, 23 and AA. RGB value is (179,35,170). Sum of RGB (Red+Green+Blue) = 179+35+170=384 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.61% from 384); Green value is 35 (14.06% from 255 or 9.11% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 179 - color contains mainly: red. Hex color #B323AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B323AA is #4CDC55. Grayscale: #5D5D5D. Windows color (decimal): -5037142 or 11150259. OLE color: 11150259.

HSL color Cylindrical-coordinate representation of color #B323AA: hue angle of 303.75º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B323AA is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.30.

Color convert

RGB17935170-
CMYK00.800.050.30
HSL303.75º67.29%41.96%-
HSV(B)303.75º80.45%70.2%-
XYZ26.4513.6939.28-
YUV93.45171.21189.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.61%
GREEN value IS 35 (14.06% from 255) = 9.11%
BLUE value IS 170 (66.80% from 255) = 44.27%
R=46.61%
G=9.11%
B=44.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793517000.800.050.30303.7567.2941.96
HexB323AA05051E130432a
Octal26343252012053646010352
Binary101100111000111010101001010000101111101001100001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B323AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B323AA; }

 p { color: rgb(179,35,170); }

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

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

 a { background-color: rgb(179,35,170); }

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

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

 span { border-color: rgb(179,35,170); }

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