#B66ACE

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

Shades of Medium Orchid #B66ACE

Tints of Medium Orchid #B66ACE

Color information

#B66ACE (or 0xB66ACE) is unknown color: approx Medium Orchid. HEX triplet: B6, 6A and CE. RGB value is (182,106,206). Sum of RGB (Red+Green+Blue) = 182+106+206=494 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.84% from 494); Green value is 106 (41.80% from 255 or 21.46% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #B66ACE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ACE is #499531. Grayscale: #8B8B8B. Windows color (decimal): -4822322 or 13527734. OLE color: 13527734.

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

Color convert

RGB182106206-
CMYK0.120.4900.19
HSL285.6º50.51%61.18%-
HSV(B)285.6º48.54%80.78%-
XYZ35.5924.7161.29-
YUV140.12165.18157.87-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.84%
GREEN value IS 106 (41.80% from 255) = 21.46%
BLUE value IS 206 (80.86% from 255) = 41.70%
R=36.84%
G=21.46%
B=41.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1821062060.120.4900.19285.650.5161.18
HexB66ACEC3101311e333d
Octal26615231614610234366375
Binary101101101101010110011101100110001010011100011110110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66ACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66ACE; }

 p { color: rgb(182,106,206); }

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

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

 a { background-color: rgb(182,106,206); }

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

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

 span { border-color: rgb(182,106,206); }

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