#bc1983

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

Shades of Medium Violet Red #BC1983

Tints of Medium Violet Red #BC1983

Color information

#BC1983 (or 0xBC1983) is unknown color: approx Medium Violet Red. HEX triplet: BC, 19 and 83. RGB value is (188,25,131). Sum of RGB (Red+Green+Blue) = 188+25+131=344 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.65% from 344); Green value is 25 (10.16% from 255 or 7.27% from 344); Blue value is 131 (51.56% from 255 or 38.08% from 344); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1983 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1983 is #43E67C. Grayscale: #555555. Windows color (decimal): -4449917 or 8591804. OLE color: 8591804.

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

Color convert

RGB18825131-
CMYK00.870.300.26
HSL320.98º76.53%41.76%-
HSV(B)320.98º86.7%73.73%-
XYZ25.1813.0322.66-
YUV85.82153.5200.88-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 54.65%
GREEN value IS 25 (10.16% from 255) = 7.27%
BLUE value IS 131 (51.56% from 255) = 38.08%
R=54.65%
G=7.27%
B=38.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882513100.870.300.26320.9876.5341.76
HexBC19830571E1A1414d2a
Octal274312030127363250111552
Binary1011110011001100000110101011111110110101010000011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc1983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc1983; }

 p { color: rgb(188,25,131); }

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

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

 a { background-color: rgb(188,25,131); }

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

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

 span { border-color: rgb(188,25,131); }

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