#B66ADD

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

Shades of Medium Orchid #B66ADD

Tints of Medium Orchid #B66ADD

Color information

#B66ADD (or 0xB66ADD) is unknown color: approx Medium Orchid. HEX triplet: B6, 6A and DD. RGB value is (182,106,221). Sum of RGB (Red+Green+Blue) = 182+106+221=509 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.76% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 221 (86.72% from 255 or 43.42% from 509); Max value from RGB is 221 - color contains mainly: blue. Hex color #B66ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ADD is #499522. Grayscale: #8D8D8D. Windows color (decimal): -4822307 or 14510774. OLE color: 14510774.

HSL color Cylindrical-coordinate representation of color #B66ADD: hue angle of 279.65º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B66ADD is Cyan = 0.18, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182106221-
CMYK0.180.5200.13
HSL279.65º62.84%64.12%-
HSV(B)279.65º52.04%86.67%-
XYZ37.525.4771.35-
YUV141.83172.68156.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.76%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 221 (86.72% from 255) = 43.42%
R=35.76%
G=20.83%
B=43.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821062210.180.5200.13279.6562.8464.12
HexB66ADD12340D1183f40
Octal266152335226401543077100
Binary1011011011010101101110110010110100011011000110001111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66ADD; }

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

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

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

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

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

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

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

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