Html Css Color HEX #BF15DD Deep Magenta

📋 copy color: '#BF15DD'

red 191 ◦ green 21 ◦ blue 221

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

Shades of Deep Magenta #BF15DD

Tints of Deep Magenta #BF15DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 51.04%

R = 44.11%
G = 4.85%
B = 51.04%

CMYK

 C value IS 0.14

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF15DD (or 0xBF15DD) is known color: Deep Magenta. HEX triplet: BF, 15 and DD. RGB value is (191,21,221). Sum of RGB (Red+Green+Blue) = 191+21+221=433 (57% of max value = 765). Red value is 191 (75% from 255 or 44.11% from 433); Green value is 21 (8.59% from 255 or 4.85% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF15DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15DD is #40EA22. Grayscale: #5E5E5E. Windows color (decimal): -4254243 or 14489023. OLE color: 14489023.

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

Color convert

RGB 191 21 221 -
CMYK 0.14 0.90 0 0.13
HSL 291º 0.83% 0.47% -
HSV(B) 291º 0.9% 0.87% -
XYZ 34.81 16.83 69.82 -
YUV 94.63 199.32 196.74 -
System Red Green Blue C M Y K H S L
Decimal 191 21 221 0.14 0.90 0 0.13 291 0.83 0.47
Hex BF 15 DD E 5A 0 D 123 53 2F
Octal 277 25 335 16 132 0 15 443 123 57
Binary 10111111 10101 11011101 1110 1011010 0 1101 100100011 1010011 101111

Color Harmonies of #BF15DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15DD

Black with #BF15DD

Text Example


Text Example

White with #BF15DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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