#BD6ADD

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

Shades of Medium Orchid #BD6ADD

Tints of Medium Orchid #BD6ADD

Color information

#BD6ADD (or 0xBD6ADD) is unknown color: approx Medium Orchid. HEX triplet: BD, 6A and DD. RGB value is (189,106,221). Sum of RGB (Red+Green+Blue) = 189+106+221=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 221 (86.72% from 255 or 42.83% from 516); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD6ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6ADD is #429522. Grayscale: #8F8F8F. Windows color (decimal): -4363555 or 14510781. OLE color: 14510781.

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

Color convert

RGB189106221-
CMYK0.140.5200.13
HSL283.3º62.84%64.12%-
HSV(B)283.3º52.04%86.67%-
XYZ39.1926.3571.43-
YUV143.93171.5160.15-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 106 (41.80% from 255) = 20.54%
BLUE value IS 221 (86.72% from 255) = 42.83%
R=36.63%
G=20.54%
B=42.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1891062210.140.5200.13283.362.8464.12
HexBD6ADDE340D11b3f40
Octal275152335166401543377100
Binary101111011101010110111011110110100011011000110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6ADD; }

 p { color: rgb(189,106,221); }

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

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

 a { background-color: rgb(189,106,221); }

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

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

 span { border-color: rgb(189,106,221); }

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