Html Css Color HEX #BF10DA Deep Magenta

📋 copy color: '#BF10DA'

red 191 ◦ green 16 ◦ blue 218

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

Shades of Deep Magenta #BF10DA

Tints of Deep Magenta #BF10DA

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.76%

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

R = 44.94%
G = 3.76%
B = 51.29%

CMYK

 C value IS 0.12

 M value IS 0.93

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF10DA (or 0xBF10DA) is known color: Deep Magenta. HEX triplet: BF, 10 and DA. RGB value is (191,16,218). Sum of RGB (Red+Green+Blue) = 191+16+218=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 16 (6.64% from 255 or 3.76% from 425); Blue value is 218 (85.55% from 255 or 51.29% from 425); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF10DA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF10DA is #40EF25. Grayscale: #5A5A5A. Windows color (decimal): -4255526 or 14291135. OLE color: 14291135.

HSL color Cylindrical-coordinate representation of color #BF10DA: hue angle of 291.98º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF10DA is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 191 16 218 -
CMYK 0.12 0.93 0 0.15
HSL 291.98º 0.86% 0.46% -
HSV(B) 291.98º 0.93% 0.85% -
XYZ 34.33 16.51 67.71 -
YUV 91.35 199.48 199.07 -
System Red Green Blue C M Y K H S L
Decimal 191 16 218 0.12 0.93 0 0.15 291.98 0.86 0.46
Hex BF 10 DA C 5D 0 F 124 56 2E
Octal 277 20 332 14 135 0 17 444 126 56
Binary 10111111 10000 11011010 1100 1011101 0 1111 100100100 1010110 101110

Color Harmonies of #BF10DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF10DA

Black with #BF10DA

Text Example


Text Example

White with #BF10DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF10DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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