#BC35D1

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

Shades of Medium Orchid #BC35D1

Tints of Medium Orchid #BC35D1

Color information

#BC35D1 (or 0xBC35D1) is unknown color: approx Medium Orchid. HEX triplet: BC, 35 and D1. RGB value is (188,53,209). Sum of RGB (Red+Green+Blue) = 188+53+209=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 53 (21.09% from 255 or 11.78% from 450); Blue value is 209 (82.03% from 255 or 46.44% from 450); Max value from RGB is 209 - color contains mainly: blue. Hex color #BC35D1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC35D1 is #43CA2E. Grayscale: #6E6E6E. Windows color (decimal): -4442671 or 13710780. OLE color: 13710780.

HSL color Cylindrical-coordinate representation of color #BC35D1: hue angle of 291.92º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BC35D1 is Cyan = 0.10, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18853209-
CMYK0.100.7500.18
HSL291.92º62.9%51.37%-
HSV(B)291.92º74.64%81.96%-
XYZ33.5217.8462-
YUV111.15183.23182.82-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.78%
GREEN value IS 53 (21.09% from 255) = 11.78%
BLUE value IS 209 (82.03% from 255) = 46.44%
R=41.78%
G=11.78%
B=46.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188532090.100.7500.18291.9262.951.37
HexBC35D1A4B0121243f33
Octal27465321121130224447763
Binary101111001101011101000110101001011010010100100100111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC35D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC35D1; }

 p { color: rgb(188,53,209); }

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

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

 a { background-color: rgb(188,53,209); }

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

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

 span { border-color: rgb(188,53,209); }

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