#B66ECF

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

Shades of Medium Orchid #B66ECF

Tints of Medium Orchid #B66ECF

Color information

#B66ECF (or 0xB66ECF) is unknown color: approx Medium Orchid. HEX triplet: B6, 6E and CF. RGB value is (182,110,207). Sum of RGB (Red+Green+Blue) = 182+110+207=499 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.47% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 207 (81.25% from 255 or 41.48% from 499); Max value from RGB is 207 - color contains mainly: blue. Hex color #B66ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ECF is #499130. Grayscale: #8E8E8E. Windows color (decimal): -4821297 or 13594294. OLE color: 13594294.

HSL color Cylindrical-coordinate representation of color #B66ECF: hue angle of 284.54º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B66ECF is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB182110207-
CMYK0.120.4700.19
HSL284.54º50.26%62.16%-
HSV(B)284.54º46.86%81.18%-
XYZ36.1325.662.07-
YUV142.59164.35156.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.47%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 207 (81.25% from 255) = 41.48%
R=36.47%
G=22.04%
B=41.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821102070.120.4700.19284.5450.2662.16
HexB66ECFC2F01311d323e
Octal26615631714570234356276
Binary101101101101110110011111100101111010011100011101110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66ECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66ECF; }

 p { color: rgb(182,110,207); }

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

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

 a { background-color: rgb(182,110,207); }

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

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

 span { border-color: rgb(182,110,207); }

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