#BF02A5

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

Shades of Deep Magenta #BF02A5

Tints of Deep Magenta #BF02A5

Color information

#BF02A5 (or 0xBF02A5) is unknown color: approx Deep Magenta. HEX triplet: BF, 02 and A5. RGB value is (191,2,165). Sum of RGB (Red+Green+Blue) = 191+2+165=358 (47% of max value = 765). Red value is 191 (75% from 255 or 53.35% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 191 - color contains mainly: red. Hex color #BF02A5 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF02A5 is #40FD5A. Grayscale: #4C4C4C. Windows color (decimal): -4259163 or 10814143. OLE color: 10814143.

HSL color Cylindrical-coordinate representation of color #BF02A5: hue angle of 308.25º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BF02A5 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB1912165-
CMYK00.990.140.25
HSL308.25º97.93%37.84%-
HSV(B)308.25º98.95%74.9%-
XYZ28.313.8436.78-
YUV77.09177.62209.25-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.35%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=53.35%
G=0.56%
B=46.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191216500.990.140.25308.2597.9337.84
HexBF2A5063E191346226
Octal27722450143163146414246
Binary101111111010100101011000111110110011001101001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF02A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF02A5; }

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

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

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

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

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

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

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

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