Html Css Color HEX #BF20E0 Deep Magenta

📋 copy color: '#BF20E0'

red 191 ◦ green 32 ◦ blue 224

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

Shades of Deep Magenta #BF20E0

Tints of Deep Magenta #BF20E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 50.11%

R = 42.73%
G = 7.16%
B = 50.11%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF20E0 (or 0xBF20E0) is known color: Deep Magenta. HEX triplet: BF, 20 and E0. RGB value is (191,32,224). Sum of RGB (Red+Green+Blue) = 191+32+224=447 (59% of max value = 765). Red value is 191 (75% from 255 or 42.73% from 447); Green value is 32 (12.89% from 255 or 7.16% from 447); Blue value is 224 (87.89% from 255 or 50.11% from 447); Max value from RGB is 224 - color contains mainly: blue. Hex color #BF20E0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20E0 is #40DF1F. Grayscale: #646464. Windows color (decimal): -4251424 or 14688447. OLE color: 14688447.

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

Color convert

RGB 191 32 224 -
CMYK 0.15 0.86 0 0.12
HSL 289.69º 0.76% 0.5% -
HSV(B) 289.69º 0.86% 0.88% -
XYZ 35.46 17.49 72.03 -
YUV 101.43 197.18 191.89 -
System Red Green Blue C M Y K H S L
Decimal 191 32 224 0.15 0.86 0 0.12 289.69 0.76 0.5
Hex BF 20 E0 F 56 0 C 122 4C 32
Octal 277 40 340 17 126 0 14 442 114 62
Binary 10111111 100000 11100000 1111 1010110 0 1100 100100010 1001100 110010

Color Harmonies of #BF20E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20E0

Black with #BF20E0

Text Example


Text Example

White with #BF20E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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