Html Css Color HEX #BF15DF Deep Magenta

📋 copy color: '#BF15DF'

red 191 ◦ green 21 ◦ blue 223

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

Shades of Deep Magenta #BF15DF

Tints of Deep Magenta #BF15DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 51.26%

R = 43.91%
G = 4.83%
B = 51.26%

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

#BF15DF (or 0xBF15DF) is known color: Deep Magenta. HEX triplet: BF, 15 and DF. RGB value is (191,21,223). Sum of RGB (Red+Green+Blue) = 191+21+223=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 21 (8.59% from 255 or 4.83% from 435); Blue value is 223 (87.5% from 255 or 51.26% from 435); Max value from RGB is 223 - color contains mainly: blue. Hex color #BF15DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15DF is #40EA20. Grayscale: #5E5E5E. Windows color (decimal): -4254241 or 14620095. OLE color: 14620095.

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

Color convert

RGB 191 21 223 -
CMYK 0.14 0.91 0 0.13
HSL 290.5º 0.83% 0.48% -
HSV(B) 290.5º 0.91% 0.87% -
XYZ 35.07 16.94 71.23 -
YUV 94.86 200.32 196.57 -
System Red Green Blue C M Y K H S L
Decimal 191 21 223 0.14 0.91 0 0.13 290.5 0.83 0.48
Hex BF 15 DF E 5B 0 D 122 53 30
Octal 277 25 337 16 133 0 15 442 123 60
Binary 10111111 10101 11011111 1110 1011011 0 1101 100100010 1010011 110000

Color Harmonies of #BF15DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15DF

Black with #BF15DF

Text Example


Text Example

White with #BF15DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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