Html Css Color HEX #BF11BF Deep Magenta

📋 copy color: '#BF11BF'

red 191 ◦ green 17 ◦ blue 191

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

Shades of Deep Magenta #BF11BF

Tints of Deep Magenta #BF11BF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.26%

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

R = 47.87%
G = 4.26%
B = 47.87%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF11BF (or 0xBF11BF) is known color: Deep Magenta. HEX triplet: BF, 11 and BF. RGB value is (191,17,191). Sum of RGB (Red+Green+Blue) = 191+17+191=399 (52% of max value = 765). Red value is 191 (75% from 255 or 47.87% from 399); Green value is 17 (7.03% from 255 or 4.26% from 399); Blue value is 191 (75% from 255 or 47.87% from 399); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF11BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11BF is #40EE40. Grayscale: #585858. Windows color (decimal): -4255297 or 12521919. OLE color: 12521919.

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

Color convert

RGB 191 17 191 -
CMYK 0 0.91 0 0.25
HSL 300º 0.84% 0.41% -
HSV(B) 300º 0.91% 0.75% -
XYZ 31.09 15.24 50.59 -
YUV 88.86 185.65 200.85 -
System Red Green Blue C M Y K H S L
Decimal 191 17 191 0 0.91 0 0.25 300 0.84 0.41
Hex BF 11 BF 0 5B 0 19 12C 54 29
Octal 277 21 277 0 133 0 31 454 124 51
Binary 10111111 10001 10111111 0 1011011 0 11001 100101100 1010100 101001

Color Harmonies of #BF11BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11BF

Black with #BF11BF

Text Example


Text Example

White with #BF11BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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