#BF21A0

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

Shades of Medium Violet Red #BF21A0

Tints of Medium Violet Red #BF21A0

Color information

#BF21A0 (or 0xBF21A0) is unknown color: approx Medium Violet Red. HEX triplet: BF, 21 and A0. RGB value is (191,33,160). Sum of RGB (Red+Green+Blue) = 191+33+160=384 (50% of max value = 765). Red value is 191 (75% from 255 or 49.74% from 384); Green value is 33 (13.28% from 255 or 8.59% from 384); Blue value is 160 (62.89% from 255 or 41.67% from 384); Max value from RGB is 191 - color contains mainly: red. Hex color #BF21A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF21A0 is #40DE5F. Grayscale: #5E5E5E. Windows color (decimal): -4251232 or 10494399. OLE color: 10494399.

HSL color Cylindrical-coordinate representation of color #BF21A0: hue angle of 311.77º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF21A0 is Cyan = 0, Magento = 0.83, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19133160-
CMYK00.830.160.25
HSL311.77º70.54%43.92%-
HSV(B)311.77º82.72%74.9%-
XYZ28.3714.734.6-
YUV94.72164.85196.67-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.74%
GREEN value IS 33 (13.28% from 255) = 8.59%
BLUE value IS 160 (62.89% from 255) = 41.67%
R=49.74%
G=8.59%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913316000.830.160.25311.7770.5443.92
HexBF21A00531019138472c
Octal277412400123203147010754
Binary10111111100001101000000101001110000110011001110001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF21A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF21A0; }

 p { color: rgb(191,33,160); }

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

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

 a { background-color: rgb(191,33,160); }

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

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

 span { border-color: rgb(191,33,160); }

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