Html Css Color HEX #BC20AA Medium Violet Red

📋 copy color: '#BC20AA'

red 188 ◦ green 32 ◦ blue 170

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

Shades of Medium Violet Red #BC20AA

Tints of Medium Violet Red #BC20AA

RGB

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

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

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

R = 48.21%
G = 8.21%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC20AA (or 0xBC20AA) is known color: Medium Violet Red. HEX triplet: BC, 20 and AA. RGB value is (188,32,170). Sum of RGB (Red+Green+Blue) = 188+32+170=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 170 (66.80% from 255 or 43.59% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC20AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC20AA is #43DF55. Grayscale: #5D5D5D. Windows color (decimal): -4448086 or 11149500. OLE color: 11149500.

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

Color convert

RGB 188 32 170 -
CMYK 0 0.83 0.10 0.26
HSL 306.92º 0.71% 0.43% -
HSV(B) 306.92º 0.83% 0.74% -
XYZ 28.51 14.63 39.35 -
YUV 94.38 170.68 194.78 -
System Red Green Blue C M Y K H S L
Decimal 188 32 170 0 0.83 0.10 0.26 306.92 0.71 0.43
Hex BC 20 AA 0 53 A 1A 133 47 2B
Octal 274 40 252 0 123 12 32 463 107 53
Binary 10111100 100000 10101010 0 1010011 1010 11010 100110011 1000111 101011

Color Harmonies of #BC20AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC20AA

Black with #BC20AA

Text Example


Text Example

White with #BC20AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC20AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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