Html Css Color HEX #BC1BAB Medium Violet Red

📋 copy color: '#BC1BAB'

red 188 ◦ green 27 ◦ blue 171

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

Shades of Medium Violet Red #BC1BAB

Tints of Medium Violet Red #BC1BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.3%

R = 48.7%
G = 6.99%
B = 44.3%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC1BAB (or 0xBC1BAB) is known color: Medium Violet Red. HEX triplet: BC, 1B and AB. RGB value is (188,27,171). Sum of RGB (Red+Green+Blue) = 188+27+171=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 27 (10.94% from 255 or 6.99% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1BAB is #43E454. Grayscale: #5B5B5B. Windows color (decimal): -4449365 or 11213756. OLE color: 11213756.

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

Color convert

RGB 188 27 171 -
CMYK 0 0.86 0.09 0.26
HSL 306.34º 0.75% 0.42% -
HSV(B) 306.34º 0.86% 0.74% -
XYZ 28.48 14.42 39.81 -
YUV 91.56 172.84 196.79 -
System Red Green Blue C M Y K H S L
Decimal 188 27 171 0 0.86 0.09 0.26 306.34 0.75 0.42
Hex BC 1B AB 0 56 9 1A 132 4B 2A
Octal 274 33 253 0 126 11 32 462 113 52
Binary 10111100 11011 10101011 0 1010110 1001 11010 100110010 1001011 101010

Color Harmonies of #BC1BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BAB

Black with #BC1BAB

Text Example


Text Example

White with #BC1BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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