#BC1CAB

Color #BC1CAB Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #BC1CAB

Tints of Medium Violet Red #BC1CAB

Color information

#BC1CAB (or 0xBC1CAB) is unknown color: approx Medium Violet Red. HEX triplet: BC, 1C and AB. RGB value is (188,28,171). Sum of RGB (Red+Green+Blue) = 188+28+171=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 28 (11.33% from 255 or 7.24% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1CAB is #43E354. Grayscale: #5B5B5B. Windows color (decimal): -4449109 or 11214012. OLE color: 11214012.

HSL color Cylindrical-coordinate representation of color #BC1CAB: hue angle of 306.38º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BC1CAB is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB18828171-
CMYK00.850.090.26
HSL306.38º74.07%42.35%-
HSV(B)306.38º85.11%73.73%-
XYZ28.514.4639.82-
YUV92.14172.51196.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.58%
GREEN value IS 28 (11.33% from 255) = 7.24%
BLUE value IS 171 (67.19% from 255) = 44.19%
R=48.58%
G=7.24%
B=44.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882817100.850.090.26306.3874.0742.35
HexBC1CAB05591A1324a2a
Octal274342530125113246211252
Binary101111001110010101011010101011001110101001100101001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC1CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC1CAB; }

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

 H1.HeaderClassName
 {
   color: #BC1CAB;
 }
 .AnyTagClassName
 {
   color: #BC1CAB;
 }
</style>
background-color css

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

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

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

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

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

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