#BF20C0

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

Shades of Deep Magenta #BF20C0

Tints of Deep Magenta #BF20C0

Color information

#BF20C0 (or 0xBF20C0) is unknown color: approx Deep Magenta. HEX triplet: BF, 20 and C0. RGB value is (191,32,192). Sum of RGB (Red+Green+Blue) = 191+32+192=415 (54% of max value = 765). Red value is 191 (75% from 255 or 46.02% from 415); Green value is 32 (12.89% from 255 or 7.71% from 415); Blue value is 192 (75.39% from 255 or 46.27% from 415); Max value from RGB is 192 - color contains mainly: blue. Hex color #BF20C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20C0 is #40DF3F. Grayscale: #616161. Windows color (decimal): -4251456 or 12591295. OLE color: 12591295.

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

Color convert

RGB19132192-
CMYK0.010.8300.25
HSL299.62º71.43%43.92%-
HSV(B)299.62º83.33%75.29%-
XYZ31.5215.9251.28-
YUV97.78181.18194.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.02%
GREEN value IS 32 (12.89% from 255) = 7.71%
BLUE value IS 192 (75.39% from 255) = 46.27%
R=46.02%
G=7.71%
B=46.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191321920.010.8300.25299.6271.4343.92
HexBF20C015301912c472c
Octal27740300112303145410754
Binary1011111110000011000000110100110110011001011001000111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF20C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF20C0; }

 p { color: rgb(191,32,192); }

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

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

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

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

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

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

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