Html Css Color HEX #BC1AA3 Medium Violet Red

📋 copy color: '#BC1AA3'

red 188 ◦ green 26 ◦ blue 163

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

Shades of Medium Violet Red #BC1AA3

Tints of Medium Violet Red #BC1AA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 43.24%

R = 49.87%
G = 6.9%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC1AA3 (or 0xBC1AA3) is known color: Medium Violet Red. HEX triplet: BC, 1A and A3. RGB value is (188,26,163). Sum of RGB (Red+Green+Blue) = 188+26+163=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 163 (64.06% from 255 or 43.24% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AA3 is #43E55C. Grayscale: #595959. Windows color (decimal): -4449629 or 10689212. OLE color: 10689212.

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

Color convert

RGB 188 26 163 -
CMYK 0 0.86 0.13 0.26
HSL 309.26º 0.76% 0.42% -
HSV(B) 309.26º 0.86% 0.74% -
XYZ 27.72 14.07 35.91 -
YUV 90.06 169.17 197.86 -
System Red Green Blue C M Y K H S L
Decimal 188 26 163 0 0.86 0.13 0.26 309.26 0.76 0.42
Hex BC 1A A3 0 56 D 1A 135 4C 2A
Octal 274 32 243 0 126 15 32 465 114 52
Binary 10111100 11010 10100011 0 1010110 1101 11010 100110101 1001100 101010

Color Harmonies of #BC1AA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AA3

Black with #BC1AA3

Text Example


Text Example

White with #BC1AA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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