#BC4DFF

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

Shades of Medium Orchid #BC4DFF

Tints of Medium Orchid #BC4DFF

Color information

#BC4DFF (or 0xBC4DFF) is unknown color: approx Medium Orchid. HEX triplet: BC, 4D and FF. RGB value is (188,77,255). Sum of RGB (Red+Green+Blue) = 188+77+255=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 77 (30.47% from 255 or 14.81% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #BC4DFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC4DFF is #43B200. Grayscale: #818181. Windows color (decimal): -4436481 or 16731580. OLE color: 16731580.

HSL color Cylindrical-coordinate representation of color #BC4DFF: hue angle of 277.42º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BC4DFF is Cyan = 0.26, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18877255-
CMYK0.260.7000
HSL277.42º100%65.1%-
HSV(B)277.42º69.8%100%-
XYZ41.4423.2296.91-
YUV130.48198.27169.03-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.15%
GREEN value IS 77 (30.47% from 255) = 14.81%
BLUE value IS 255 (100% from 255) = 49.04%
R=36.15%
G=14.81%
B=49.04%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal188772550.260.7000277.4210065.1
HexBC4DFF1A46001156441
Octal2741153773210600425144101
Binary101111001001101111111111101010001100010001010111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC4DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC4DFF; }

 p { color: rgb(188,77,255); }

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

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

 a { background-color: rgb(188,77,255); }

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

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

 span { border-color: rgb(188,77,255); }

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