Html Css Color HEX #BC1AA5 Medium Violet Red

📋 copy color: '#BC1AA5'

red 188 ◦ green 26 ◦ blue 165

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

Shades of Medium Violet Red #BC1AA5

Tints of Medium Violet Red #BC1AA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 43.54%

R = 49.6%
G = 6.86%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC1AA5 (or 0xBC1AA5) is known color: Medium Violet Red. HEX triplet: BC, 1A and A5. RGB value is (188,26,165). Sum of RGB (Red+Green+Blue) = 188+26+165=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AA5 is #43E55A. Grayscale: #595959. Windows color (decimal): -4449627 or 10820284. OLE color: 10820284.

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

Color convert

RGB 188 26 165 -
CMYK 0 0.86 0.12 0.26
HSL 308.52º 0.76% 0.42% -
HSV(B) 308.52º 0.86% 0.74% -
XYZ 27.9 14.15 36.86 -
YUV 90.28 170.17 197.7 -
System Red Green Blue C M Y K H S L
Decimal 188 26 165 0 0.86 0.12 0.26 308.52 0.76 0.42
Hex BC 1A A5 0 56 C 1A 135 4C 2A
Octal 274 32 245 0 126 14 32 465 114 52
Binary 10111100 11010 10100101 0 1010110 1100 11010 100110101 1001100 101010

Color Harmonies of #BC1AA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AA5

Black with #BC1AA5

Text Example


Text Example

White with #BC1AA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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