#B321AB

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

Shades of Medium Red Violet #B321AB

Tints of Medium Red Violet #B321AB

Color information

#B321AB (or 0xB321AB) is unknown color: approx Medium Red Violet. HEX triplet: B3, 21 and AB. RGB value is (179,33,171). Sum of RGB (Red+Green+Blue) = 179+33+171=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 33 (13.28% from 255 or 8.62% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 179 - color contains mainly: red. Hex color #B321AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B321AB is #4CDE54. Grayscale: #5B5B5B. Windows color (decimal): -5037653 or 11215283. OLE color: 11215283.

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

Color convert

RGB17933171-
CMYK00.820.040.30
HSL303.29º68.87%41.57%-
HSV(B)303.29º81.56%70.2%-
XYZ26.4813.6139.76-
YUV92.39172.37189.78-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 46.74%
GREEN value IS 33 (13.28% from 255) = 8.62%
BLUE value IS 171 (67.19% from 255) = 44.65%
R=46.74%
G=8.62%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.04
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793317100.820.040.30303.2968.8741.57
HexB321AB05241E12f452a
Octal26341253012243645710552
Binary101100111000011010101101010010100111101001011111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B321AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B321AB; }

 p { color: rgb(179,33,171); }

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

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

 a { background-color: rgb(179,33,171); }

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

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

 span { border-color: rgb(179,33,171); }

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