Html Css Color HEX #BF20AC Medium Violet Red

📋 copy color: '#BF20AC'

red 191 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #BF20AC

Tints of Medium Violet Red #BF20AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.54%

R = 48.35%
G = 8.1%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#BF20AC (or 0xBF20AC) is known color: Medium Violet Red. HEX triplet: BF, 20 and AC. RGB value is (191,32,172). Sum of RGB (Red+Green+Blue) = 191+32+172=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 32 (12.89% from 255 or 8.10% from 395); Blue value is 172 (67.58% from 255 or 43.54% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BF20AC is #40DF53. Grayscale: #5F5F5F. Windows color (decimal): -4251476 or 11280575. OLE color: 11280575.

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

Color convert

RGB 191 32 172 -
CMYK 0 0.83 0.10 0.25
HSL 307.17º 0.71% 0.44% -
HSV(B) 307.17º 0.83% 0.75% -
XYZ 29.45 15.09 40.39 -
YUV 95.5 171.18 196.12 -
System Red Green Blue C M Y K H S L
Decimal 191 32 172 0 0.83 0.10 0.25 307.17 0.71 0.44
Hex BF 20 AC 0 53 A 19 133 47 2C
Octal 277 40 254 0 123 12 31 463 107 54
Binary 10111111 100000 10101100 0 1010011 1010 11001 100110011 1000111 101100

Color Harmonies of #BF20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF20AC

Black with #BF20AC

Text Example


Text Example

White with #BF20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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