#B661ED

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

Shades of Medium Orchid #B661ED

Tints of Medium Orchid #B661ED

Color information

#B661ED (or 0xB661ED) is unknown color: approx Medium Orchid. HEX triplet: B6, 61 and ED. RGB value is (182,97,237). Sum of RGB (Red+Green+Blue) = 182+97+237=516 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.27% from 516); Green value is 97 (38.28% from 255 or 18.80% from 516); Blue value is 237 (92.97% from 255 or 45.93% from 516); Max value from RGB is 237 - color contains mainly: blue. Hex color #B661ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B661ED is #499E12. Grayscale: #898989. Windows color (decimal): -4824595 or 15557046. OLE color: 15557046.

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

Color convert

RGB18297237-
CMYK0.230.5900.07
HSL276.43º79.55%65.49%-
HSV(B)276.43º59.07%92.94%-
XYZ38.8524.6182.82-
YUV138.38183.66159.12-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.27%
GREEN value IS 97 (38.28% from 255) = 18.80%
BLUE value IS 237 (92.97% from 255) = 45.93%
R=35.27%
G=18.80%
B=45.93%

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
Decimal182972370.230.5900.07276.4379.5565.49
HexB661ED173B071145041
Octal266141355277307424120101
Binary1011011011000011110110110111111011011110001010010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B661ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B661ED; }

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

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

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

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

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

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

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

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