#B66AD4

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

Shades of Medium Orchid #B66AD4

Tints of Medium Orchid #B66AD4

Color information

#B66AD4 (or 0xB66AD4) is unknown color: approx Medium Orchid. HEX triplet: B6, 6A and D4. RGB value is (182,106,212). Sum of RGB (Red+Green+Blue) = 182+106+212=500 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.4% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 212 (83.20% from 255 or 42.4% from 500); Max value from RGB is 212 - color contains mainly: blue. Hex color #B66AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66AD4 is #49952B. Grayscale: #8C8C8C. Windows color (decimal): -4822316 or 13920950. OLE color: 13920950.

HSL color Cylindrical-coordinate representation of color #B66AD4: hue angle of 283.02º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B66AD4 is Cyan = 0.14, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB182106212-
CMYK0.140.500.17
HSL283.02º55.21%62.35%-
HSV(B)283.02º50%83.14%-
XYZ36.3325.0165.2-
YUV140.81168.18157.38-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.4%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 212 (83.20% from 255) = 42.4%
R=36.4%
G=21.2%
B=42.4%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1821062120.140.500.17283.0255.2162.35
HexB66AD4E3201111b373e
Octal26615232416620214336776
Binary101101101101010110101001110110010010001100011011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66AD4; }

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

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

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

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

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

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

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

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