#BC038C

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

Shades of Medium Violet Red #BC038C

Tints of Medium Violet Red #BC038C

Color information

#BC038C (or 0xBC038C) is unknown color: approx Medium Violet Red. HEX triplet: BC, 03 and 8C. RGB value is (188,3,140). Sum of RGB (Red+Green+Blue) = 188+3+140=331 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.80% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 140 (55.08% from 255 or 42.30% from 331); Max value from RGB is 188 - color contains mainly: red. Hex color #BC038C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC038C is #43FC73. Grayscale: #494949. Windows color (decimal): -4455540 or 9175996. OLE color: 9175996.

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

Color convert

RGB1883140-
CMYK00.980.260.26
HSL315.57º96.86%37.45%-
HSV(B)315.57º98.4%73.73%-
XYZ25.5112.6525.91-
YUV73.93165.29209.36-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.80%
GREEN value IS 3 (1.56% from 255) = 0.91%
BLUE value IS 140 (55.08% from 255) = 42.30%
R=56.80%
G=0.91%
B=42.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188314000.980.260.26315.5796.8637.45
HexBC38C0621A1A13c6125
Octal27432140142323247414145
Binary1011110011100011000110001011010110101001111001100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC038C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC038C; }

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

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

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

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

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

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

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

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