#BF00A7

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

Shades of Deep Magenta #BF00A7

Tints of Deep Magenta #BF00A7

Color information

#BF00A7 (or 0xBF00A7) is unknown color: approx Deep Magenta. HEX triplet: BF, 00 and A7. RGB value is (191,0,167). Sum of RGB (Red+Green+Blue) = 191+0+167=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 0 (0.39% from 255 or 0% from 358); Blue value is 167 (65.62% from 255 or 46.65% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00A7 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00A7 is #40FF58. Grayscale: #4B4B4B. Windows color (decimal): -4259673 or 10944703. OLE color: 10944703.

HSL color Cylindrical-coordinate representation of color #BF00A7: hue angle of 307.54º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00A7 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB1910167-
CMYK010.130.25
HSL307.54º100%37.45%-
HSV(B)307.54º100%74.9%-
XYZ28.4613.8737.74-
YUV76.15179.28209.92-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 167 (65.62% from 255) = 46.65%
R=53.35%
G=0%
B=46.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910167010.130.25307.5410037.45
HexBF0A7064D191346425
Octal27702470144153146414445
Binary10111111010100111011001001101110011001101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00A7; }

 p { color: rgb(191,0,167); }

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

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

 a { background-color: rgb(191,0,167); }

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

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

 span { border-color: rgb(191,0,167); }

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