#B66DE0

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

Shades of Medium Orchid #B66DE0

Tints of Medium Orchid #B66DE0

Color information

#B66DE0 (or 0xB66DE0) is unknown color: approx Medium Orchid. HEX triplet: B6, 6D and E0. RGB value is (182,109,224). Sum of RGB (Red+Green+Blue) = 182+109+224=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 224 (87.89% from 255 or 43.50% from 515); Max value from RGB is 224 - color contains mainly: blue. Hex color #B66DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66DE0 is #49921F. Grayscale: #8F8F8F. Windows color (decimal): -4821536 or 14708150. OLE color: 14708150.

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

Color convert

RGB182109224-
CMYK0.190.5100.12
HSL278.09º64.97%65.29%-
HSV(B)278.09º51.34%87.84%-
XYZ38.2126.2673.58-
YUV143.94173.18155.15-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 224 (87.89% from 255) = 43.50%
R=35.34%
G=21.17%
B=43.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1821092240.190.5100.12278.0964.9765.29
HexB66DE013330C1164141
Octal2661553402363014426101101
Binary10110110110110111100000100111100110110010001011010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66DE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66DE0; }

 p { color: rgb(182,109,224); }

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

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

 a { background-color: rgb(182,109,224); }

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

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

 span { border-color: rgb(182,109,224); }

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