#BF25BF

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

Shades of Deep Magenta #BF25BF

Tints of Deep Magenta #BF25BF

Color information

#BF25BF (or 0xBF25BF) is unknown color: approx Deep Magenta. HEX triplet: BF, 25 and BF. RGB value is (191,37,191). Sum of RGB (Red+Green+Blue) = 191+37+191=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 37 (14.84% from 255 or 8.83% from 419); Blue value is 191 (75% from 255 or 45.58% from 419); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF25BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF25BF is #40DA40. Grayscale: #646464. Windows color (decimal): -4250177 or 12527039. OLE color: 12527039.

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

Color convert

RGB19137191-
CMYK00.8100.25
HSL300º67.54%44.71%-
HSV(B)300º80.63%74.9%-
XYZ31.5516.1650.75-
YUV100.6179.02192.48-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 45.58%
GREEN value IS 37 (14.84% from 255) = 8.83%
BLUE value IS 191 (75% from 255) = 45.58%
R=45.58%
G=8.83%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1913719100.8100.2530067.5444.71
HexBF25BF05101912c442d
Octal27745277012103145410455
Binary1011111110010110111111010100010110011001011001000100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF25BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF25BF; }

 p { color: rgb(191,37,191); }

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

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

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

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

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

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

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