#B661EC

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

Shades of Medium Orchid #B661EC

Tints of Medium Orchid #B661EC

Color information

#B661EC (or 0xB661EC) is unknown color: approx Medium Orchid. HEX triplet: B6, 61 and EC. RGB value is (182,97,236). Sum of RGB (Red+Green+Blue) = 182+97+236=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 97 (38.28% from 255 or 18.83% from 515); Blue value is 236 (92.58% from 255 or 45.83% from 515); Max value from RGB is 236 - color contains mainly: blue. Hex color #B661EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B661EC is #499E13. Grayscale: #898989. Windows color (decimal): -4824596 or 15491510. OLE color: 15491510.

HSL color Cylindrical-coordinate representation of color #B661EC: hue angle of 276.69º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B661EC is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18297236-
CMYK0.230.5900.07
HSL276.69º78.53%65.29%-
HSV(B)276.69º58.9%92.55%-
XYZ38.7124.5582.06-
YUV138.26183.16159.2-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 97 (38.28% from 255) = 18.83%
BLUE value IS 236 (92.58% from 255) = 45.83%
R=35.34%
G=18.83%
B=45.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182972360.230.5900.07276.6978.5365.29
HexB661EC173B071154f41
Octal266141354277307425117101
Binary1011011011000011110110010111111011011110001010110011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661EC; }

 p { color: rgb(182,97,236); }

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

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

 a { background-color: rgb(182,97,236); }

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

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

 span { border-color: rgb(182,97,236); }

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