Html Css Color HEX #BF20CE Deep Magenta

📋 copy color: '#BF20CE'

red 191 ◦ green 32 ◦ blue 206

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

Shades of Deep Magenta #BF20CE

Tints of Deep Magenta #BF20CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 44.52%
G = 7.46%
B = 48.02%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF20CE (or 0xBF20CE) is known color: Deep Magenta. HEX triplet: BF, 20 and CE. RGB value is (191,32,206). Sum of RGB (Red+Green+Blue) = 191+32+206=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 32 (12.89% from 255 or 7.46% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF20CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BF20CE is #40DF31. Grayscale: #626262. Windows color (decimal): -4251442 or 13508799. OLE color: 13508799.

HSL color Cylindrical-coordinate representation of color #BF20CE: hue angle of 294.83º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BF20CE is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 32 206 -
CMYK 0.07 0.84 0 0.19
HSL 294.83º 0.73% 0.47% -
HSV(B) 294.83º 0.84% 0.81% -
XYZ 33.14 16.57 59.84 -
YUV 99.38 188.18 193.35 -
System Red Green Blue C M Y K H S L
Decimal 191 32 206 0.07 0.84 0 0.19 294.83 0.73 0.47
Hex BF 20 CE 7 54 0 13 127 49 2F
Octal 277 40 316 7 124 0 23 447 111 57
Binary 10111111 100000 11001110 111 1010100 0 10011 100100111 1001001 101111

Color Harmonies of #BF20CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20CE

Black with #BF20CE

Text Example


Text Example

White with #BF20CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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