Html Css Color HEX #BF11BE Deep Magenta

📋 copy color: '#BF11BE'

red 191 ◦ green 17 ◦ blue 190

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

Shades of Deep Magenta #BF11BE

Tints of Deep Magenta #BF11BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.74%

R = 47.99%
G = 4.27%
B = 47.74%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#BF11BE (or 0xBF11BE) is known color: Deep Magenta. HEX triplet: BF, 11 and BE. RGB value is (191,17,190). Sum of RGB (Red+Green+Blue) = 191+17+190=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF11BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF11BE is #40EE41. Grayscale: #585858. Windows color (decimal): -4255298 or 12456383. OLE color: 12456383.

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

Color convert

RGB 191 17 190 -
CMYK 0 0.91 0.01 0.25
HSL 300.34º 0.84% 0.41% -
HSV(B) 300.34º 0.91% 0.75% -
XYZ 30.98 15.19 50.02 -
YUV 88.75 185.15 200.93 -
System Red Green Blue C M Y K H S L
Decimal 191 17 190 0 0.91 0.01 0.25 300.34 0.84 0.41
Hex BF 11 BE 0 5B 1 19 12C 54 29
Octal 277 21 276 0 133 1 31 454 124 51
Binary 10111111 10001 10111110 0 1011011 1 11001 100101100 1010100 101001

Color Harmonies of #BF11BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF11BE

Black with #BF11BE

Text Example


Text Example

White with #BF11BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF11BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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