#BF00A5

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

Shades of Deep Magenta #BF00A5

Tints of Deep Magenta #BF00A5

Color information

#BF00A5 (or 0xBF00A5) is unknown color: approx Deep Magenta. HEX triplet: BF, 00 and A5. RGB value is (191,0,165). Sum of RGB (Red+Green+Blue) = 191+0+165=356 (47% of max value = 765). Red value is 191 (75% from 255 or 53.65% from 356); Green value is 0 (0.39% from 255 or 0% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 191 - color contains mainly: red. Hex color #BF00A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF00A5 is #40FF5A. Grayscale: #4B4B4B. Windows color (decimal): -4259675 or 10813631. OLE color: 10813631.

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

Color convert

RGB1910165-
CMYK010.140.25
HSL308.17º100%37.45%-
HSV(B)308.17º100%74.9%-
XYZ28.2813.7936.77-
YUV75.92178.28210.08-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 165 (64.84% from 255) = 46.35%
R=53.65%
G=0%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1910165010.140.25308.1710037.45
HexBF0A5064E191346425
Octal27702450144163146414445
Binary10111111010100101011001001110110011001101001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF00A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF00A5; }

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

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

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

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

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

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

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

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