Html Css Color HEX #BF20A6 Medium Violet Red

📋 copy color: '#BF20A6'

red 191 ◦ green 32 ◦ blue 166

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

Shades of Medium Violet Red #BF20A6

Tints of Medium Violet Red #BF20A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 42.67%

R = 49.1%
G = 8.23%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#BF20A6 (or 0xBF20A6) is known color: Medium Violet Red. HEX triplet: BF, 20 and A6. RGB value is (191,32,166). Sum of RGB (Red+Green+Blue) = 191+32+166=389 (51% of max value = 765). Red value is 191 (75% from 255 or 49.10% from 389); Green value is 32 (12.89% from 255 or 8.23% from 389); Blue value is 166 (65.23% from 255 or 42.67% from 389); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF20A6 is #40DF59. Grayscale: #5E5E5E. Windows color (decimal): -4251482 or 10887359. OLE color: 10887359.

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

Color convert

RGB 191 32 166 -
CMYK 0 0.83 0.13 0.25
HSL 309.43º 0.71% 0.44% -
HSV(B) 309.43º 0.83% 0.75% -
XYZ 28.89 14.86 37.42 -
YUV 94.82 168.18 196.6 -
System Red Green Blue C M Y K H S L
Decimal 191 32 166 0 0.83 0.13 0.25 309.43 0.71 0.44
Hex BF 20 A6 0 53 D 19 135 47 2C
Octal 277 40 246 0 123 15 31 465 107 54
Binary 10111111 100000 10100110 0 1010011 1101 11001 100110101 1000111 101100

Color Harmonies of #BF20A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20A6

Black with #BF20A6

Text Example


Text Example

White with #BF20A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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