#BC148E

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

Shades of Medium Violet Red #BC148E

Tints of Medium Violet Red #BC148E

Color information

#BC148E (or 0xBC148E) is unknown color: approx Medium Violet Red. HEX triplet: BC, 14 and 8E. RGB value is (188,20,142). Sum of RGB (Red+Green+Blue) = 188+20+142=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 20 (8.20% from 255 or 5.71% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC148E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC148E is #43EB71. Grayscale: #535353. Windows color (decimal): -4451186 or 9311420. OLE color: 9311420.

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

Color convert

RGB18820142-
CMYK00.890.240.26
HSL316.43º80.77%40.78%-
HSV(B)316.43º89.36%73.73%-
XYZ25.8713.1426.76-
YUV84.14160.66202.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 53.71%
GREEN value IS 20 (8.20% from 255) = 5.71%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=53.71%
G=5.71%
B=40.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1882014200.890.240.26316.4380.7740.78
HexBC148E059181A13c5129
Octal274242160131303247412151
Binary1011110010100100011100101100111000110101001111001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC148E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC148E; }

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

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

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

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

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

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

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

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