Html Css Color HEX #BC1BA0 Medium Violet Red

📋 copy color: '#BC1BA0'

red 188 ◦ green 27 ◦ blue 160

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

Shades of Medium Violet Red #BC1BA0

Tints of Medium Violet Red #BC1BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.67%

R = 50.13%
G = 7.2%
B = 42.67%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC1BA0 (or 0xBC1BA0) is known color: Medium Violet Red. HEX triplet: BC, 1B and A0. RGB value is (188,27,160). Sum of RGB (Red+Green+Blue) = 188+27+160=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BA0 is #43E45F. Grayscale: #595959. Windows color (decimal): -4449376 or 10492860. OLE color: 10492860.

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

Color convert

RGB 188 27 160 -
CMYK 0 0.86 0.15 0.26
HSL 310.43º 0.75% 0.42% -
HSV(B) 310.43º 0.86% 0.74% -
XYZ 27.48 14.01 34.51 -
YUV 90.3 167.34 197.69 -
System Red Green Blue C M Y K H S L
Decimal 188 27 160 0 0.86 0.15 0.26 310.43 0.75 0.42
Hex BC 1B A0 0 56 F 1A 136 4B 2A
Octal 274 33 240 0 126 17 32 466 113 52
Binary 10111100 11011 10100000 0 1010110 1111 11010 100110110 1001011 101010

Color Harmonies of #BC1BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BA0

Black with #BC1BA0

Text Example


Text Example

White with #BC1BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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