#B66ADA

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

Shades of Medium Orchid #B66ADA

Tints of Medium Orchid #B66ADA

Color information

#B66ADA (or 0xB66ADA) is unknown color: approx Medium Orchid. HEX triplet: B6, 6A and DA. RGB value is (182,106,218). Sum of RGB (Red+Green+Blue) = 182+106+218=506 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.97% from 506); Green value is 106 (41.80% from 255 or 20.95% from 506); Blue value is 218 (85.55% from 255 or 43.08% from 506); Max value from RGB is 218 - color contains mainly: blue. Hex color #B66ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B66ADA is #499525. Grayscale: #8D8D8D. Windows color (decimal): -4822310 or 14314166. OLE color: 14314166.

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

Color convert

RGB182106218-
CMYK0.170.5100.15
HSL280.71º60.22%63.53%-
HSV(B)280.71º51.38%85.49%-
XYZ37.125.3269.26-
YUV141.49171.18156.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.97%
GREEN value IS 106 (41.80% from 255) = 20.95%
BLUE value IS 218 (85.55% from 255) = 43.08%
R=35.97%
G=20.95%
B=43.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1821062180.170.5100.15280.7160.2263.53
HexB66ADA11330F1193c40
Octal266152332216301743174100
Binary1011011011010101101101010001110011011111000110011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B66ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B66ADA; }

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

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

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

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

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

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

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

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