#BC3DE0

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

Shades of Medium Orchid #BC3DE0

Tints of Medium Orchid #BC3DE0

Color information

#BC3DE0 (or 0xBC3DE0) is unknown color: approx Medium Orchid. HEX triplet: BC, 3D and E0. RGB value is (188,61,224). Sum of RGB (Red+Green+Blue) = 188+61+224=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 61 (24.22% from 255 or 12.90% from 473); Blue value is 224 (87.89% from 255 or 47.36% from 473); Max value from RGB is 224 - color contains mainly: blue. Hex color #BC3DE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3DE0 is #43C21F. Grayscale: #757575. Windows color (decimal): -4440608 or 14695868. OLE color: 14695868.

HSL color Cylindrical-coordinate representation of color #BC3DE0: hue angle of 286.75º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BC3DE0 is Cyan = 0.16, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB18861224-
CMYK0.160.7300.12
HSL286.75º72.44%55.88%-
HSV(B)286.75º72.77%87.84%-
XYZ35.8619.4172.38-
YUV117.56188.08178.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.75%
GREEN value IS 61 (24.22% from 255) = 12.90%
BLUE value IS 224 (87.89% from 255) = 47.36%
R=39.75%
G=12.90%
B=47.36%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal188612240.160.7300.12286.7572.4455.88
HexBC3DE010490C11f4838
Octal274753402011101443711070
Binary1011110011110111100000100001001001011001000111111001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3DE0; }

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

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

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

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

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

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

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

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