#B21CA3

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

Shades of Medium Violet Red #B21CA3

Tints of Medium Violet Red #B21CA3

Color information

#B21CA3 (or 0xB21CA3) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1C and A3. RGB value is (178,28,163). Sum of RGB (Red+Green+Blue) = 178+28+163=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B21CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21CA3 is #4DE35C. Grayscale: #575757. Windows color (decimal): -5104477 or 10689714. OLE color: 10689714.

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

Color convert

RGB17828163-
CMYK00.840.080.30
HSL306º72.82%40.39%-
HSV(B)306º84.27%69.8%-
XYZ25.3912.9435.81-
YUV88.24170.2192.02-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 48.24%
GREEN value IS 28 (11.33% from 255) = 7.59%
BLUE value IS 163 (64.06% from 255) = 44.17%
R=48.24%
G=7.59%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.08
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1782816300.840.080.3030672.8240.39
HexB21CA305481E1324928
Octal262342430124103646211150
Binary101100101110010100011010101001000111101001100101001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21CA3; }

 p { color: rgb(178,28,163); }

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

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

 a { background-color: rgb(178,28,163); }

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

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

 span { border-color: rgb(178,28,163); }

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