#BF16B4

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

Shades of Deep Magenta #BF16B4

Tints of Deep Magenta #BF16B4

Color information

#BF16B4 (or 0xBF16B4) is unknown color: approx Deep Magenta. HEX triplet: BF, 16 and B4. RGB value is (191,22,180). Sum of RGB (Red+Green+Blue) = 191+22+180=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 180 (70.70% from 255 or 45.80% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16B4 is #40E94B. Grayscale: #5A5A5A. Windows color (decimal): -4254028 or 11802303. OLE color: 11802303.

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

Color convert

RGB19122180-
CMYK00.880.060.25
HSL303.91º79.34%41.76%-
HSV(B)303.91º88.48%74.9%-
XYZ30.0114.9544.48-
YUV90.54178.49199.65-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.60%
GREEN value IS 22 (8.98% from 255) = 5.60%
BLUE value IS 180 (70.70% from 255) = 45.80%
R=48.60%
G=5.60%
B=45.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912218000.880.060.25303.9179.3441.76
HexBF16B40586191304f2a
Octal27726264013063146011752
Binary10111111101101011010001011000110110011001100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF16B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF16B4; }

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

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

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

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

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

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

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

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