#BC028F

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

Shades of Medium Violet Red #BC028F

Tints of Medium Violet Red #BC028F

Color information

#BC028F (or 0xBC028F) is unknown color: approx Medium Violet Red. HEX triplet: BC, 02 and 8F. RGB value is (188,2,143). Sum of RGB (Red+Green+Blue) = 188+2+143=333 (44% of max value = 765). Red value is 188 (73.83% from 255 or 56.46% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 188 - color contains mainly: red. Hex color #BC028F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC028F is #43FD70. Grayscale: #494949. Windows color (decimal): -4455793 or 9372348. OLE color: 9372348.

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

Color convert

RGB1882143-
CMYK00.990.240.26
HSL314.52º97.89%37.25%-
HSV(B)314.52º98.94%73.73%-
XYZ25.7212.7227.09-
YUV73.69167.12209.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 56.46%
GREEN value IS 2 (1.17% from 255) = 0.60%
BLUE value IS 143 (56.25% from 255) = 42.94%
R=56.46%
G=0.60%
B=42.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal188214300.990.240.26314.5297.8937.25
HexBC28F063181A13b6225
Octal27422170143303247314245
Binary1011110010100011110110001111000110101001110111100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC028F; }

 p { color: rgb(188,2,143); }

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

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

 a { background-color: rgb(188,2,143); }

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

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

 span { border-color: rgb(188,2,143); }

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