#BC3FD0

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

Shades of Medium Orchid #BC3FD0

Tints of Medium Orchid #BC3FD0

Color information

#BC3FD0 (or 0xBC3FD0) is unknown color: approx Medium Orchid. HEX triplet: BC, 3F and D0. RGB value is (188,63,208). Sum of RGB (Red+Green+Blue) = 188+63+208=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 208 (81.64% from 255 or 45.32% from 459); Max value from RGB is 208 - color contains mainly: blue. Hex color #BC3FD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC3FD0 is #43C02F. Grayscale: #747474. Windows color (decimal): -4440112 or 13647804. OLE color: 13647804.

HSL color Cylindrical-coordinate representation of color #BC3FD0: hue angle of 291.72º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC3FD0 is Cyan = 0.10, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18863208-
CMYK0.100.7000.18
HSL291.72º60.67%53.14%-
HSV(B)291.72º69.71%81.57%-
XYZ33.918.861.52-
YUV116.9179.41178.71-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 63 (25% from 255) = 13.73%
BLUE value IS 208 (81.64% from 255) = 45.32%
R=40.96%
G=13.73%
B=45.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188632080.100.7000.18291.7260.6753.14
HexBC3FD0A460121243d35
Octal27477320121060224447565
Binary101111001111111101000010101000110010010100100100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC3FD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC3FD0; }

 p { color: rgb(188,63,208); }

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

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

 a { background-color: rgb(188,63,208); }

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

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

 span { border-color: rgb(188,63,208); }

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