Html Css Color HEX #BC1AA2 Medium Violet Red

📋 copy color: '#BC1AA2'

red 188 ◦ green 26 ◦ blue 162

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

Shades of Medium Violet Red #BC1AA2

Tints of Medium Violet Red #BC1AA2

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.91%

 BLUE value IS 162 (63.67% from 255) = 43.09%

R = 50%
G = 6.91%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC1AA2 (or 0xBC1AA2) is known color: Medium Violet Red. HEX triplet: BC, 1A and A2. RGB value is (188,26,162). Sum of RGB (Red+Green+Blue) = 188+26+162=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 26 (10.55% from 255 or 6.91% from 376); Blue value is 162 (63.67% from 255 or 43.09% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AA2 is #43E55D. Grayscale: #595959. Windows color (decimal): -4449630 or 10623676. OLE color: 10623676.

HSL color Cylindrical-coordinate representation of color #BC1AA2: hue angle of 309.63º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1AA2 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 162 -
CMYK 0 0.86 0.14 0.26
HSL 309.63º 0.76% 0.42% -
HSV(B) 309.63º 0.86% 0.74% -
XYZ 27.63 14.04 35.44 -
YUV 89.94 168.67 197.94 -
System Red Green Blue C M Y K H S L
Decimal 188 26 162 0 0.86 0.14 0.26 309.63 0.76 0.42
Hex BC 1A A2 0 56 E 1A 136 4C 2A
Octal 274 32 242 0 126 16 32 466 114 52
Binary 10111100 11010 10100010 0 1010110 1110 11010 100110110 1001100 101010

Color Harmonies of #BC1AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AA2

Black with #BC1AA2

Text Example


Text Example

White with #BC1AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AA2; }

 p { color: rgb(188,26,162); }

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

background-color css

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

 a { background-color: rgb(188,26,162); }

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

border-color css

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

 span { border-color: rgb(188,26,162); }

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