#BF16B2

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

Shades of Deep Magenta #BF16B2

Tints of Deep Magenta #BF16B2

Color information

#BF16B2 (or 0xBF16B2) is unknown color: approx Deep Magenta. HEX triplet: BF, 16 and B2. RGB value is (191,22,178). Sum of RGB (Red+Green+Blue) = 191+22+178=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 178 (69.92% from 255 or 45.52% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF16B2 is #40E94D. Grayscale: #595959. Windows color (decimal): -4254030 or 11671231. OLE color: 11671231.

HSL color Cylindrical-coordinate representation of color #BF16B2: hue angle of 304.62º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BF16B2 is Cyan = 0, Magento = 0.88, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB19122178-
CMYK00.880.070.25
HSL304.62º79.34%41.76%-
HSV(B)304.62º88.48%74.9%-
XYZ29.8114.8643.42-
YUV90.32177.49199.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.85%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 178 (69.92% from 255) = 45.52%
R=48.85%
G=5.63%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912217800.880.070.25304.6279.3441.76
HexBF16B20587191314f2a
Octal27726262013073146111752
Binary10111111101101011001001011000111110011001100011001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF16B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF16B2; }

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

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

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

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

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

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

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

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