#BC23A0

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

Shades of Medium Violet Red #BC23A0

Tints of Medium Violet Red #BC23A0

Color information

#BC23A0 (or 0xBC23A0) is unknown color: approx Medium Violet Red. HEX triplet: BC, 23 and A0. RGB value is (188,35,160). Sum of RGB (Red+Green+Blue) = 188+35+160=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 160 (62.89% from 255 or 41.78% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC23A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC23A0 is #43DC5F. Grayscale: #5E5E5E. Windows color (decimal): -4447328 or 10494908. OLE color: 10494908.

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

Color convert

RGB18835160-
CMYK00.810.150.26
HSL310.98º68.61%43.73%-
HSV(B)310.98º81.38%73.73%-
XYZ27.6914.4334.58-
YUV95164.69194.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.09%
GREEN value IS 35 (14.06% from 255) = 9.14%
BLUE value IS 160 (62.89% from 255) = 41.78%
R=49.09%
G=9.14%
B=41.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1883516000.810.150.26310.9868.6143.73
HexBC23A0051F1A137452c
Octal274432400121173246710554
Binary1011110010001110100000010100011111110101001101111000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC23A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC23A0; }

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

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

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

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

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

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

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

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