#b663ed

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

Shades of Medium Orchid #B663ED

Tints of Medium Orchid #B663ED

Color information

#B663ED (or 0xB663ED) is unknown color: approx Medium Orchid. HEX triplet: B6, 63 and ED. RGB value is (182,99,237). Sum of RGB (Red+Green+Blue) = 182+99+237=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 237 (92.97% from 255 or 45.75% from 518); Max value from RGB is 237 - color contains mainly: blue. Hex color #B663ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B663ED is #499C12. Grayscale: #8B8B8B. Windows color (decimal): -4824083 or 15557558. OLE color: 15557558.

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

Color convert

RGB18299237-
CMYK0.230.5800.07
HSL276.09º79.31%65.88%-
HSV(B)276.09º58.23%92.94%-
XYZ39.0424.9882.89-
YUV139.55183158.28-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 99 (39.06% from 255) = 19.11%
BLUE value IS 237 (92.97% from 255) = 45.75%
R=35.14%
G=19.11%
B=45.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal182992370.230.5800.07276.0979.3165.88
HexB663ED173A071144f42
Octal266143355277207424117102
Binary1011011011000111110110110111111010011110001010010011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b663ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b663ed; }

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

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

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

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

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

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

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

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