Html Css Color HEX #BF20AE Deep Magenta

📋 copy color: '#BF20AE'

red 191 ◦ green 32 ◦ blue 174

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

Shades of Deep Magenta #BF20AE

Tints of Deep Magenta #BF20AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 43.83%

R = 48.11%
G = 8.06%
B = 43.83%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#BF20AE (or 0xBF20AE) is known color: Deep Magenta. HEX triplet: BF, 20 and AE. RGB value is (191,32,174). Sum of RGB (Red+Green+Blue) = 191+32+174=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20AE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF20AE is #40DF51. Grayscale: #5F5F5F. Windows color (decimal): -4251474 or 11411647. OLE color: 11411647.

HSL color Cylindrical-coordinate representation of color #BF20AE: hue angle of 306.42º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BF20AE is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 32 174 -
CMYK 0 0.83 0.09 0.25
HSL 306.42º 0.71% 0.44% -
HSV(B) 306.42º 0.83% 0.75% -
XYZ 29.64 15.17 41.41 -
YUV 95.73 172.18 195.95 -
System Red Green Blue C M Y K H S L
Decimal 191 32 174 0 0.83 0.09 0.25 306.42 0.71 0.44
Hex BF 20 AE 0 53 9 19 132 47 2C
Octal 277 40 256 0 123 11 31 462 107 54
Binary 10111111 100000 10101110 0 1010011 1001 11001 100110010 1000111 101100

Color Harmonies of #BF20AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20AE

Black with #BF20AE

Text Example


Text Example

White with #BF20AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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