#BC218D

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

Shades of Medium Violet Red #BC218D

Tints of Medium Violet Red #BC218D

Color information

#BC218D (or 0xBC218D) is unknown color: approx Medium Violet Red. HEX triplet: BC, 21 and 8D. RGB value is (188,33,141). Sum of RGB (Red+Green+Blue) = 188+33+141=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 141 (55.47% from 255 or 38.95% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC218D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC218D is #43DE72. Grayscale: #5B5B5B. Windows color (decimal): -4447859 or 9249212. OLE color: 9249212.

HSL color Cylindrical-coordinate representation of color #BC218D: hue angle of 318.19º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC218D is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB18833141-
CMYK00.820.250.26
HSL318.19º70.14%43.33%-
HSV(B)318.19º82.45%73.73%-
XYZ26.0913.726.47-
YUV91.66155.85196.72-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 51.93%
GREEN value IS 33 (13.28% from 255) = 9.12%
BLUE value IS 141 (55.47% from 255) = 38.95%
R=51.93%
G=9.12%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.25
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883314100.820.250.26318.1970.1443.33
HexBC218D052191A13e462b
Octal274412150122313247610653
Binary10111100100001100011010101001011001110101001111101000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC218D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC218D; }

 p { color: rgb(188,33,141); }

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

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

 a { background-color: rgb(188,33,141); }

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

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

 span { border-color: rgb(188,33,141); }

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