#b21fa5

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

Shades of Medium Violet Red #B21FA5

Tints of Medium Violet Red #B21FA5

Color information

#B21FA5 (or 0xB21FA5) is unknown color: approx Medium Violet Red. HEX triplet: B2, 1F and A5. RGB value is (178,31,165). Sum of RGB (Red+Green+Blue) = 178+31+165=374 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.59% from 374); Green value is 31 (12.5% from 255 or 8.29% from 374); Blue value is 165 (64.84% from 255 or 44.12% from 374); Max value from RGB is 178 - color contains mainly: red. Hex color #B21FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B21FA5 is #4DE05A. Grayscale: #595959. Windows color (decimal): -5103707 or 10821554. OLE color: 10821554.

HSL color Cylindrical-coordinate representation of color #B21FA5: hue angle of 305.31º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B21FA5 is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.30.

Color convert

RGB17831165-
CMYK00.830.070.30
HSL305.31º70.33%40.98%-
HSV(B)305.31º82.58%69.8%-
XYZ25.6413.1636.79-
YUV90.23170.2190.6-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 47.59%
GREEN value IS 31 (12.5% from 255) = 8.29%
BLUE value IS 165 (64.84% from 255) = 44.12%
R=47.59%
G=8.29%
B=44.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.07
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783116500.830.070.30305.3170.3340.98
HexB21FA505371E1314629
Octal26237245012373646110651
Binary10110010111111010010101010011111111101001100011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b21fa5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b21fa5; }

 p { color: rgb(178,31,165); }

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

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

 a { background-color: rgb(178,31,165); }

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

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

 span { border-color: rgb(178,31,165); }

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