#BC21A0

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

Shades of Medium Violet Red #BC21A0

Tints of Medium Violet Red #BC21A0

Color information

#BC21A0 (or 0xBC21A0) is unknown color: approx Medium Violet Red. HEX triplet: BC, 21 and A0. RGB value is (188,33,160). Sum of RGB (Red+Green+Blue) = 188+33+160=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 33 (13.28% from 255 or 8.66% from 381); Blue value is 160 (62.89% from 255 or 41.99% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC21A0 is #43DE5F. Grayscale: #5D5D5D. Windows color (decimal): -4447840 or 10494396. OLE color: 10494396.

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

Color convert

RGB18833160-
CMYK00.820.150.26
HSL310.84º70.14%43.33%-
HSV(B)310.84º82.45%73.73%-
XYZ27.6314.3234.57-
YUV93.82165.35195.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.34%
GREEN value IS 33 (13.28% from 255) = 8.66%
BLUE value IS 160 (62.89% from 255) = 41.99%
R=49.34%
G=8.66%
B=41.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883316000.820.150.26310.8470.1443.33
HexBC21A0052F1A137462b
Octal274412400122173246710653
Binary1011110010000110100000010100101111110101001101111000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC21A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC21A0; }

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

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

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

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

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

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

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

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