Html Css Color HEX #BF20AA Medium Violet Red

📋 copy color: '#BF20AA'

red 191 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #BF20AA

Tints of Medium Violet Red #BF20AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.26%

R = 48.6%
G = 8.14%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#BF20AA (or 0xBF20AA) is known color: Medium Violet Red. HEX triplet: BF, 20 and AA. RGB value is (191,32,170). Sum of RGB (Red+Green+Blue) = 191+32+170=393 (52% of max value = 765). Red value is 191 (75% from 255 or 48.60% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF20AA is #40DF55. Grayscale: #5E5E5E. Windows color (decimal): -4251478 or 11149503. OLE color: 11149503.

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

Color convert

RGB 191 32 170 -
CMYK 0 0.83 0.11 0.25
HSL 307.92º 0.71% 0.44% -
HSV(B) 307.92º 0.83% 0.75% -
XYZ 29.26 15.01 39.39 -
YUV 95.27 170.18 196.28 -
System Red Green Blue C M Y K H S L
Decimal 191 32 170 0 0.83 0.11 0.25 307.92 0.71 0.44
Hex BF 20 AA 0 53 B 19 134 47 2C
Octal 277 40 252 0 123 13 31 464 107 54
Binary 10111111 100000 10101010 0 1010011 1011 11001 100110100 1000111 101100

Color Harmonies of #BF20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20AA

Black with #BF20AA

Text Example


Text Example

White with #BF20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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