#bf16b3

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

Shades of Deep Magenta #BF16B3

Tints of Deep Magenta #BF16B3

Color information

#BF16B3 (or 0xBF16B3) is unknown color: approx Deep Magenta. HEX triplet: BF, 16 and B3. RGB value is (191,22,179). Sum of RGB (Red+Green+Blue) = 191+22+179=392 (51% of max value = 765). Red value is 191 (75% from 255 or 48.72% from 392); Green value is 22 (8.98% from 255 or 5.61% from 392); Blue value is 179 (70.31% from 255 or 45.66% from 392); Max value from RGB is 191 - color contains mainly: red. Hex color #BF16B3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF16B3 is #40E94C. Grayscale: #595959. Windows color (decimal): -4254029 or 11736767. OLE color: 11736767.

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

Color convert

RGB19122179-
CMYK00.880.060.25
HSL304.26º79.34%41.76%-
HSV(B)304.26º88.48%74.9%-
XYZ29.9114.943.95-
YUV90.43177.99199.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.72%
GREEN value IS 22 (8.98% from 255) = 5.61%
BLUE value IS 179 (70.31% from 255) = 45.66%
R=48.72%
G=5.61%
B=45.66%

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
Decimal1912217900.880.060.25304.2679.3441.76
HexBF16B30586191304f2a
Octal27726263013063146011752
Binary10111111101101011001101011000110110011001100001001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bf16b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bf16b3; }

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

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

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

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

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

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

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

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