Html Css Color HEX #BF15BF Deep Magenta

📋 copy color: '#BF15BF'

red 191 ◦ green 21 ◦ blue 191

#BF15BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #BF15BF

Tints of Deep Magenta #BF15BF

RGB

 RED value IS 191 (75% from 255) = 47.39%

 GREEN value IS 21 (8.59% from 255) = 5.21%

 BLUE value IS 191 (75% from 255) = 47.39%

R = 47.39%
G = 5.21%
B = 47.39%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF15BF (or 0xBF15BF) is known color: Deep Magenta. HEX triplet: BF, 15 and BF. RGB value is (191,21,191). Sum of RGB (Red+Green+Blue) = 191+21+191=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 21 (8.59% from 255 or 5.21% from 403); Blue value is 191 (75% from 255 or 47.39% from 403); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF15BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15BF is #40EA40. Grayscale: #5A5A5A. Windows color (decimal): -4254273 or 12522943. OLE color: 12522943.

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

Color convert

RGB 191 21 191 -
CMYK 0 0.89 0 0.25
HSL 300º 0.8% 0.42% -
HSV(B) 300º 0.89% 0.75% -
XYZ 31.16 15.37 50.62 -
YUV 91.21 184.32 199.18 -
System Red Green Blue C M Y K H S L
Decimal 191 21 191 0 0.89 0 0.25 300 0.8 0.42
Hex BF 15 BF 0 59 0 19 12C 50 2A
Octal 277 25 277 0 131 0 31 454 120 52
Binary 10111111 10101 10111111 0 1011001 0 11001 100101100 1010000 101010

Color Harmonies of #BF15BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15BF

Black with #BF15BF

Text Example


Text Example

White with #BF15BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15BF; }

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

 H1.HeaderClassName
 {
   color: #BF15BF;
 }
 .AnyTagClassName
 {
   color: #BF15BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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