Html Css Color HEX #BF20DA Deep Magenta

📋 copy color: '#BF20DA'

red 191 ◦ green 32 ◦ blue 218

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

Shades of Deep Magenta #BF20DA

Tints of Deep Magenta #BF20DA

RGB

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

 GREEN value IS 32 (12.89% from 255) = 7.26%

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

R = 43.31%
G = 7.26%
B = 49.43%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BF20DA (or 0xBF20DA) is known color: Deep Magenta. HEX triplet: BF, 20 and DA. RGB value is (191,32,218). Sum of RGB (Red+Green+Blue) = 191+32+218=441 (58% of max value = 765). Red value is 191 (75% from 255 or 43.31% from 441); Green value is 32 (12.89% from 255 or 7.26% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #BF20DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20DA is #40DF25. Grayscale: #646464. Windows color (decimal): -4251430 or 14295231. OLE color: 14295231.

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

Color convert

RGB 191 32 218 -
CMYK 0.12 0.85 0 0.15
HSL 291.29º 0.74% 0.49% -
HSV(B) 291.29º 0.85% 0.85% -
XYZ 34.66 17.17 67.82 -
YUV 100.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 191 32 218 0.12 0.85 0 0.15 291.29 0.74 0.49
Hex BF 20 DA C 55 0 F 123 4A 31
Octal 277 40 332 14 125 0 17 443 112 61
Binary 10111111 100000 11011010 1100 1010101 0 1111 100100011 1001010 110001

Color Harmonies of #BF20DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20DA

Black with #BF20DA

Text Example


Text Example

White with #BF20DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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