#BC038E

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

Shades of Medium Violet Red #BC038E

Tints of Medium Violet Red #BC038E

Color information

#BC038E (or 0xBC038E) is unknown color: approx Medium Violet Red. HEX triplet: BC, 03 and 8E. RGB value is (188,3,142). Sum of RGB (Red+Green+Blue) = 188+3+142=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC038E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC038E is #43FC71. Grayscale: #494949. Windows color (decimal): -4455538 or 9307068. OLE color: 9307068.

HSL color Cylindrical-coordinate representation of color #BC038E: hue angle of 314.92º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BC038E is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB1883142-
CMYK00.980.240.26
HSL314.92º96.86%37.45%-
HSV(B)314.92º98.4%73.73%-
XYZ25.6512.7126.69-
YUV74.16166.29209.2-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.46%
GREEN value IS 3 (1.56% from 255) = 0.90%
BLUE value IS 142 (55.86% from 255) = 42.64%
R=56.46%
G=0.90%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188314200.980.240.26314.9296.8637.45
HexBC38E062181A13b6125
Octal27432160142303247314145
Binary1011110011100011100110001011000110101001110111100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC038E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC038E; }

 p { color: rgb(188,3,142); }

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

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

 a { background-color: rgb(188,3,142); }

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

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

 span { border-color: rgb(188,3,142); }

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