#BC3DE2

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

Shades of Medium Orchid #BC3DE2

Tints of Medium Orchid #BC3DE2

Color information

#BC3DE2 (or 0xBC3DE2) is unknown color: approx Medium Orchid. HEX triplet: BC, 3D and E2. RGB value is (188,61,226). Sum of RGB (Red+Green+Blue) = 188+61+226=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 61 (24.22% from 255 or 12.84% from 475); Blue value is 226 (88.67% from 255 or 47.58% from 475); Max value from RGB is 226 - color contains mainly: blue. Hex color #BC3DE2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DE2 is #43C21D. Grayscale: #757575. Windows color (decimal): -4440606 or 14826940. OLE color: 14826940.

HSL color Cylindrical-coordinate representation of color #BC3DE2: hue angle of 286.18º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3DE2 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18861226-
CMYK0.170.7300.11
HSL286.18º73.99%56.27%-
HSV(B)286.18º73.01%88.63%-
XYZ36.1419.5273.81-
YUV117.78189.08178.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 61 (24.22% from 255) = 12.84%
BLUE value IS 226 (88.67% from 255) = 47.58%
R=39.58%
G=12.84%
B=47.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal188612260.170.7300.11286.1873.9956.27
HexBC3DE211490B11e4a38
Octal274753422111101343611270
Binary1011110011110111100010100011001001010111000111101001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3DE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3DE2; }

 p { color: rgb(188,61,226); }

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

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

 a { background-color: rgb(188,61,226); }

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

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

 span { border-color: rgb(188,61,226); }

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