Html Css Color HEX #BF20AF Deep Magenta

📋 copy color: '#BF20AF'

red 191 ◦ green 32 ◦ blue 175

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

Shades of Deep Magenta #BF20AF

Tints of Deep Magenta #BF20AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.97%

R = 47.99%
G = 8.04%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF20AF (or 0xBF20AF) is known color: Deep Magenta. HEX triplet: BF, 20 and AF. RGB value is (191,32,175). Sum of RGB (Red+Green+Blue) = 191+32+175=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 32 (12.89% from 255 or 8.04% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF20AF is #40DF50. Grayscale: #5F5F5F. Windows color (decimal): -4251473 or 11477183. OLE color: 11477183.

HSL color Cylindrical-coordinate representation of color #BF20AF: hue angle of 306.04º 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 #BF20AF is Cyan = 0, Magento = 0.83, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 32 175 -
CMYK 0 0.83 0.08 0.25
HSL 306.04º 0.71% 0.44% -
HSV(B) 306.04º 0.83% 0.75% -
XYZ 29.74 15.2 41.92 -
YUV 95.84 172.68 195.87 -
System Red Green Blue C M Y K H S L
Decimal 191 32 175 0 0.83 0.08 0.25 306.04 0.71 0.44
Hex BF 20 AF 0 53 8 19 132 47 2C
Octal 277 40 257 0 123 10 31 462 107 54
Binary 10111111 100000 10101111 0 1010011 1000 11001 100110010 1000111 101100

Color Harmonies of #BF20AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20AF

Black with #BF20AF

Text Example


Text Example

White with #BF20AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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