Html Css Color HEX #BF15DE Deep Magenta

📋 copy color: '#BF15DE'

red 191 ◦ green 21 ◦ blue 222

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

Shades of Deep Magenta #BF15DE

Tints of Deep Magenta #BF15DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.15%

R = 44.01%
G = 4.84%
B = 51.15%

CMYK

 C value IS 0.14

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF15DE (or 0xBF15DE) is known color: Deep Magenta. HEX triplet: BF, 15 and DE. RGB value is (191,21,222). Sum of RGB (Red+Green+Blue) = 191+21+222=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 21 (8.59% from 255 or 4.84% from 434); Blue value is 222 (87.11% from 255 or 51.15% from 434); Max value from RGB is 222 - color contains mainly: blue. Hex color #BF15DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15DE is #40EA21. Grayscale: #5E5E5E. Windows color (decimal): -4254242 or 14554559. OLE color: 14554559.

HSL color Cylindrical-coordinate representation of color #BF15DE: hue angle of 290.75º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BF15DE is Cyan = 0.14, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 21 222 -
CMYK 0.14 0.91 0 0.13
HSL 290.75º 0.83% 0.48% -
HSV(B) 290.75º 0.91% 0.87% -
XYZ 34.94 16.89 70.53 -
YUV 94.74 199.82 196.66 -
System Red Green Blue C M Y K H S L
Decimal 191 21 222 0.14 0.91 0 0.13 290.75 0.83 0.48
Hex BF 15 DE E 5B 0 D 123 53 30
Octal 277 25 336 16 133 0 15 443 123 60
Binary 10111111 10101 11011110 1110 1011011 0 1101 100100011 1010011 110000

Color Harmonies of #BF15DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15DE

Black with #BF15DE

Text Example


Text Example

White with #BF15DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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