#BF16C2

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

Shades of Deep Magenta #BF16C2

Tints of Deep Magenta #BF16C2

Color information

#BF16C2 (or 0xBF16C2) is unknown color: approx Deep Magenta. HEX triplet: BF, 16 and C2. RGB value is (191,22,194). Sum of RGB (Red+Green+Blue) = 191+22+194=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 22 (8.98% from 255 or 5.41% from 407); Blue value is 194 (76.17% from 255 or 47.67% from 407); Max value from RGB is 194 - color contains mainly: blue. Hex color #BF16C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16C2 is #40E93D. Grayscale: #5B5B5B. Windows color (decimal): -4254014 or 12719807. OLE color: 12719807.

HSL color Cylindrical-coordinate representation of color #BF16C2: hue angle of 298.95º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF16C2 is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19122194-
CMYK0.020.8900.24
HSL298.95º79.63%42.35%-
HSV(B)298.95º88.66%76.08%-
XYZ31.5115.5552.38-
YUV92.14185.49198.51-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 46.93%
GREEN value IS 22 (8.98% from 255) = 5.41%
BLUE value IS 194 (76.17% from 255) = 47.67%
R=46.93%
G=5.41%
B=47.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191221940.020.8900.24298.9579.6342.35
HexBF16C225901812b502a
Octal27726302213103045312052
Binary1011111110110110000101010110010110001001010111010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF16C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF16C2; }

 p { color: rgb(191,22,194); }

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

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

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

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

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

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

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