Html Css Color HEX #BC1AAB Medium Violet Red

📋 copy color: '#BC1AAB'

red 188 ◦ green 26 ◦ blue 171

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

Shades of Medium Violet Red #BC1AAB

Tints of Medium Violet Red #BC1AAB

RGB

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

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

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

R = 48.83%
G = 6.75%
B = 44.42%

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

#BC1AAB (or 0xBC1AAB) is known color: Medium Violet Red. HEX triplet: BC, 1A and AB. RGB value is (188,26,171). Sum of RGB (Red+Green+Blue) = 188+26+171=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 26 (10.55% from 255 or 6.75% from 385); Blue value is 171 (67.19% from 255 or 44.42% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AAB is #43E554. Grayscale: #5A5A5A. Windows color (decimal): -4449621 or 11213500. OLE color: 11213500.

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

Color convert

RGB 188 26 171 -
CMYK 0 0.86 0.09 0.26
HSL 306.3º 0.76% 0.42% -
HSV(B) 306.3º 0.86% 0.74% -
XYZ 28.46 14.37 39.8 -
YUV 90.97 173.17 197.21 -
System Red Green Blue C M Y K H S L
Decimal 188 26 171 0 0.86 0.09 0.26 306.3 0.76 0.42
Hex BC 1A AB 0 56 9 1A 132 4C 2A
Octal 274 32 253 0 126 11 32 462 114 52
Binary 10111100 11010 10101011 0 1010110 1001 11010 100110010 1001100 101010

Color Harmonies of #BC1AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AAB

Black with #BC1AAB

Text Example


Text Example

White with #BC1AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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