#bf21bf

Color #BF21BF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #BF21BF

Tints of Deep Magenta #BF21BF

Color information

#BF21BF (or 0xBF21BF) is unknown color: approx Deep Magenta. HEX triplet: BF, 21 and BF. RGB value is (191,33,191). Sum of RGB (Red+Green+Blue) = 191+33+191=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 33 (13.28% from 255 or 7.95% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF21BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF21BF is #40DE40. Grayscale: #616161. Windows color (decimal): -4251201 or 12526015. OLE color: 12526015.

HSL color Cylindrical-coordinate representation of color #BF21BF: hue angle of 300º 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 #BF21BF is Cyan = 0, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB19133191-
CMYK00.8300.25
HSL300º70.54%43.92%-
HSV(B)300º82.72%74.9%-
XYZ31.4315.9350.71-
YUV98.25180.35194.15-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 33 (13.28% from 255) = 7.95%
BLUE value IS 191 (75% from 255) = 46.02%
R=46.02%
G=7.95%
B=46.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913319100.8300.2530070.5443.92
HexBF21BF05301912c472c
Octal27741277012303145410754
Binary1011111110000110111111010100110110011001011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf21bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf21bf; }

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

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

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

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

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

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

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

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