Html Css Color HEX #BC1BA6 Medium Violet Red

📋 copy color: '#BC1BA6'

red 188 ◦ green 27 ◦ blue 166

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

Shades of Medium Violet Red #BC1BA6

Tints of Medium Violet Red #BC1BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.57%

R = 49.34%
G = 7.09%
B = 43.57%

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

#BC1BA6 (or 0xBC1BA6) is known color: Medium Violet Red. HEX triplet: BC, 1B and A6. RGB value is (188,27,166). Sum of RGB (Red+Green+Blue) = 188+27+166=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 166 (65.23% from 255 or 43.57% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BA6 is #43E459. Grayscale: #5A5A5A. Windows color (decimal): -4449370 or 10886076. OLE color: 10886076.

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

Color convert

RGB 188 27 166 -
CMYK 0 0.86 0.12 0.26
HSL 308.2º 0.75% 0.42% -
HSV(B) 308.2º 0.86% 0.74% -
XYZ 28.01 14.23 37.35 -
YUV 90.99 170.34 197.2 -
System Red Green Blue C M Y K H S L
Decimal 188 27 166 0 0.86 0.12 0.26 308.2 0.75 0.42
Hex BC 1B A6 0 56 C 1A 134 4B 2A
Octal 274 33 246 0 126 14 32 464 113 52
Binary 10111100 11011 10100110 0 1010110 1100 11010 100110100 1001011 101010

Color Harmonies of #BC1BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BA6

Black with #BC1BA6

Text Example


Text Example

White with #BC1BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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