#B66ED8

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

Shades of Medium Orchid #B66ED8

Tints of Medium Orchid #B66ED8

Color information

#B66ED8 (or 0xB66ED8) is unknown color: approx Medium Orchid. HEX triplet: B6, 6E and D8. RGB value is (182,110,216). Sum of RGB (Red+Green+Blue) = 182+110+216=508 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.83% from 508); Green value is 110 (43.36% from 255 or 21.65% from 508); Blue value is 216 (84.77% from 255 or 42.52% from 508); Max value from RGB is 216 - color contains mainly: blue. Hex color #B66ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ED8 is #499127. Grayscale: #8F8F8F. Windows color (decimal): -4821288 or 14184118. OLE color: 14184118.

HSL color Cylindrical-coordinate representation of color #B66ED8: hue angle of 280.75º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B66ED8 is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB182110216-
CMYK0.160.4900.15
HSL280.75º57.61%63.92%-
HSV(B)280.75º49.07%84.71%-
XYZ37.2626.0568.03-
YUV143.61168.85155.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.83%
GREEN value IS 110 (43.36% from 255) = 21.65%
BLUE value IS 216 (84.77% from 255) = 42.52%
R=35.83%
G=21.65%
B=42.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821102160.160.4900.15280.7557.6163.92
HexB66ED810310F1193a40
Octal266156330206101743172100
Binary1011011011011101101100010000110001011111000110011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66ED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66ED8; }

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

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

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

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

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

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

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

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