Html Css Color HEX #BF20A0 Medium Violet Red

📋 copy color: '#BF20A0'

red 191 ◦ green 32 ◦ blue 160

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

Shades of Medium Violet Red #BF20A0

Tints of Medium Violet Red #BF20A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.78%

R = 49.87%
G = 8.36%
B = 41.78%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#BF20A0 (or 0xBF20A0) is known color: Medium Violet Red. HEX triplet: BF, 20 and A0. RGB value is (191,32,160). Sum of RGB (Red+Green+Blue) = 191+32+160=383 (50% of max value = 765). Red value is 191 (75% from 255 or 49.87% from 383); Green value is 32 (12.89% from 255 or 8.36% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF20A0 is #40DF5F. Grayscale: #5D5D5D. Windows color (decimal): -4251488 or 10494143. OLE color: 10494143.

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

Color convert

RGB 191 32 160 -
CMYK 0 0.83 0.16 0.25
HSL 311.7º 0.71% 0.44% -
HSV(B) 311.7º 0.83% 0.75% -
XYZ 28.35 14.65 34.59 -
YUV 94.13 165.18 197.09 -
System Red Green Blue C M Y K H S L
Decimal 191 32 160 0 0.83 0.16 0.25 311.7 0.71 0.44
Hex BF 20 A0 0 53 10 19 138 47 2C
Octal 277 40 240 0 123 20 31 470 107 54
Binary 10111111 100000 10100000 0 1010011 10000 11001 100111000 1000111 101100

Color Harmonies of #BF20A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20A0

Black with #BF20A0

Text Example


Text Example

White with #BF20A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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