Html Css Color HEX #BF15DA Deep Magenta

📋 copy color: '#BF15DA'

red 191 ◦ green 21 ◦ blue 218

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

Shades of Deep Magenta #BF15DA

Tints of Deep Magenta #BF15DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.7%

R = 44.42%
G = 4.88%
B = 50.7%

CMYK

 C value IS 0.12

 M value IS 0.90

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF15DA (or 0xBF15DA) is known color: Deep Magenta. HEX triplet: BF, 15 and DA. RGB value is (191,21,218). Sum of RGB (Red+Green+Blue) = 191+21+218=430 (56% of max value = 765). Red value is 191 (75% from 255 or 44.42% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF15DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15DA is #40EA25. Grayscale: #5D5D5D. Windows color (decimal): -4254246 or 14292415. OLE color: 14292415.

HSL color Cylindrical-coordinate representation of color #BF15DA: hue angle of 291.78º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF15DA is Cyan = 0.12, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 21 218 -
CMYK 0.12 0.90 0 0.15
HSL 291.78º 0.82% 0.47% -
HSV(B) 291.78º 0.9% 0.85% -
XYZ 34.41 16.67 67.73 -
YUV 94.29 197.82 196.98 -
System Red Green Blue C M Y K H S L
Decimal 191 21 218 0.12 0.90 0 0.15 291.78 0.82 0.47
Hex BF 15 DA C 5A 0 F 124 52 2F
Octal 277 25 332 14 132 0 17 444 122 57
Binary 10111111 10101 11011010 1100 1011010 0 1111 100100100 1010010 101111

Color Harmonies of #BF15DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15DA

Black with #BF15DA

Text Example


Text Example

White with #BF15DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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