#B66FDE

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

Shades of Medium Orchid #B66FDE

Tints of Medium Orchid #B66FDE

Color information

#B66FDE (or 0xB66FDE) is unknown color: approx Medium Orchid. HEX triplet: B6, 6F and DE. RGB value is (182,111,222). Sum of RGB (Red+Green+Blue) = 182+111+222=515 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.34% from 515); Green value is 111 (43.75% from 255 or 21.55% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 222 - color contains mainly: blue. Hex color #B66FDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66FDE is #499021. Grayscale: #909090. Windows color (decimal): -4821026 or 14577590. OLE color: 14577590.

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

Color convert

RGB182111222-
CMYK0.180.500.13
HSL278.38º62.71%65.29%-
HSV(B)278.38º50%87.06%-
XYZ38.1626.5972.23-
YUV144.88171.52154.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.34%
GREEN value IS 111 (43.75% from 255) = 21.55%
BLUE value IS 222 (87.11% from 255) = 43.11%
R=35.34%
G=21.55%
B=43.11%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821112220.180.500.13278.3862.7165.29
HexB66FDE12320D1163f41
Octal266157336226201542677101
Binary1011011011011111101111010010110010011011000101101111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66FDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66FDE; }

 p { color: rgb(182,111,222); }

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

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

 a { background-color: rgb(182,111,222); }

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

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

 span { border-color: rgb(182,111,222); }

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