Html Css Color HEX #BC1BA1 Medium Violet Red

📋 copy color: '#BC1BA1'

red 188 ◦ green 27 ◦ blue 161

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

Shades of Medium Violet Red #BC1BA1

Tints of Medium Violet Red #BC1BA1

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.18%

 BLUE value IS 161 (63.28% from 255) = 42.82%

R = 50%
G = 7.18%
B = 42.82%

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

#BC1BA1 (or 0xBC1BA1) is known color: Medium Violet Red. HEX triplet: BC, 1B and A1. RGB value is (188,27,161). Sum of RGB (Red+Green+Blue) = 188+27+161=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 27 (10.94% from 255 or 7.18% from 376); Blue value is 161 (63.28% from 255 or 42.82% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BA1 is #43E45E. Grayscale: #5A5A5A. Windows color (decimal): -4449375 or 10558396. OLE color: 10558396.

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

Color convert

RGB 188 27 161 -
CMYK 0 0.86 0.14 0.26
HSL 310.06º 0.75% 0.42% -
HSV(B) 310.06º 0.86% 0.74% -
XYZ 27.56 14.05 34.98 -
YUV 90.42 167.84 197.6 -
System Red Green Blue C M Y K H S L
Decimal 188 27 161 0 0.86 0.14 0.26 310.06 0.75 0.42
Hex BC 1B A1 0 56 E 1A 136 4B 2A
Octal 274 33 241 0 126 16 32 466 113 52
Binary 10111100 11011 10100001 0 1010110 1110 11010 100110110 1001011 101010

Color Harmonies of #BC1BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BA1

Black with #BC1BA1

Text Example


Text Example

White with #BC1BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BA1; }

 p { color: rgb(188,27,161); }

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

background-color css

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

 a { background-color: rgb(188,27,161); }

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

border-color css

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

 span { border-color: rgb(188,27,161); }

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