#B660ED

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

Shades of Medium Orchid #B660ED

Tints of Medium Orchid #B660ED

Color information

#B660ED (or 0xB660ED) is unknown color: approx Medium Orchid. HEX triplet: B6, 60 and ED. RGB value is (182,96,237). Sum of RGB (Red+Green+Blue) = 182+96+237=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 96 (37.89% from 255 or 18.64% from 515); Blue value is 237 (92.97% from 255 or 46.02% from 515); Max value from RGB is 237 - color contains mainly: blue. Hex color #B660ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B660ED is #499F12. Grayscale: #898989. Windows color (decimal): -4824851 or 15556790. OLE color: 15556790.

HSL color Cylindrical-coordinate representation of color #B660ED: hue angle of 276.6º degrees, saturation: 0.8, 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 #B660ED is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB18296237-
CMYK0.230.5900.07
HSL276.6º79.66%65.29%-
HSV(B)276.6º59.49%92.94%-
XYZ38.7624.4382.79-
YUV137.79183.99159.54-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 96 (37.89% from 255) = 18.64%
BLUE value IS 237 (92.97% from 255) = 46.02%
R=35.34%
G=18.64%
B=46.02%

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
Decimal182962370.230.5900.07276.679.6665.29
HexB660ED173B071155041
Octal266140355277307425120101
Binary1011011011000001110110110111111011011110001010110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B660ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B660ED; }

 p { color: rgb(182,96,237); }

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

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

 a { background-color: rgb(182,96,237); }

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

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

 span { border-color: rgb(182,96,237); }

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