#B66AE2

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

Shades of Medium Orchid #B66AE2

Tints of Medium Orchid #B66AE2

Color information

#B66AE2 (or 0xB66AE2) is unknown color: approx Medium Orchid. HEX triplet: B6, 6A and E2. RGB value is (182,106,226). Sum of RGB (Red+Green+Blue) = 182+106+226=514 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.41% from 514); Green value is 106 (41.80% from 255 or 20.62% from 514); Blue value is 226 (88.67% from 255 or 43.97% from 514); Max value from RGB is 226 - color contains mainly: blue. Hex color #B66AE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66AE2 is #49951D. Grayscale: #8E8E8E. Windows color (decimal): -4822302 or 14838454. OLE color: 14838454.

HSL color Cylindrical-coordinate representation of color #B66AE2: hue angle of 278º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B66AE2 is Cyan = 0.19, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182106226-
CMYK0.190.5300.11
HSL278º67.42%65.1%-
HSV(B)278º53.1%88.63%-
XYZ38.1725.7474.91-
YUV142.4175.18156.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.41%
GREEN value IS 106 (41.80% from 255) = 20.62%
BLUE value IS 226 (88.67% from 255) = 43.97%
R=35.41%
G=20.62%
B=43.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821062260.190.5300.1127867.4265.1
HexB66AE213350B1164341
Octal2661523422365013426103101
Binary10110110110101011100010100111101010101110001011010000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66AE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66AE2; }

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

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

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

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

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

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

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

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