Html Css Color HEX #BC20AC Medium Violet Red

📋 copy color: '#BC20AC'

red 188 ◦ green 32 ◦ blue 172

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

Shades of Medium Violet Red #BC20AC

Tints of Medium Violet Red #BC20AC

RGB

 RED value IS 188 (73.83% from 255) = 47.96%

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

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

R = 47.96%
G = 8.16%
B = 43.88%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC20AC (or 0xBC20AC) is known color: Medium Violet Red. HEX triplet: BC, 20 and AC. RGB value is (188,32,172). Sum of RGB (Red+Green+Blue) = 188+32+172=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 172 (67.58% from 255 or 43.88% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC20AC is #43DF53. Grayscale: #5E5E5E. Windows color (decimal): -4448084 or 11280572. OLE color: 11280572.

HSL color Cylindrical-coordinate representation of color #BC20AC: hue angle of 306.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC20AC is Cyan = 0, Magento = 0.83, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 172 -
CMYK 0 0.83 0.09 0.26
HSL 306.15º 0.71% 0.43% -
HSV(B) 306.15º 0.83% 0.74% -
XYZ 28.7 14.7 40.35 -
YUV 94.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 188 32 172 0 0.83 0.09 0.26 306.15 0.71 0.43
Hex BC 20 AC 0 53 9 1A 132 47 2B
Octal 274 40 254 0 123 11 32 462 107 53
Binary 10111100 100000 10101100 0 1010011 1001 11010 100110010 1000111 101011

Color Harmonies of #BC20AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20AC

Black with #BC20AC

Text Example


Text Example

White with #BC20AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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