#bc6feb

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

Shades of Medium Orchid #BC6FEB

Tints of Medium Orchid #BC6FEB

Color information

#BC6FEB (or 0xBC6FEB) is unknown color: approx Medium Orchid. HEX triplet: BC, 6F and EB. RGB value is (188,111,235). Sum of RGB (Red+Green+Blue) = 188+111+235=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 111 (43.75% from 255 or 20.79% from 534); Blue value is 235 (92.19% from 255 or 44.01% from 534); Max value from RGB is 235 - color contains mainly: blue. Hex color #BC6FEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BC6FEB is #439014. Grayscale: #939393. Windows color (decimal): -4427797 or 15429564. OLE color: 15429564.

HSL color Cylindrical-coordinate representation of color #BC6FEB: hue angle of 277.26º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC6FEB is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188111235-
CMYK0.20.5300.08
HSL277.26º75.61%67.84%-
HSV(B)277.26º52.77%92.16%-
XYZ41.4228.0681.83-
YUV148.16177.01156.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.21%
GREEN value IS 111 (43.75% from 255) = 20.79%
BLUE value IS 235 (92.19% from 255) = 44.01%
R=35.21%
G=20.79%
B=44.01%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1881112350.20.5300.08277.2675.6167.84
HexBC6FEB1435081154c44
Octal2741573532465010425114104
Binary10111100110111111101011101001101010100010001010110011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6feb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6feb; }

 p { color: rgb(188,111,235); }

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

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

 a { background-color: rgb(188,111,235); }

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

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

 span { border-color: rgb(188,111,235); }

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