#BD68D9

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

Shades of Medium Orchid #BD68D9

Tints of Medium Orchid #BD68D9

Color information

#BD68D9 (or 0xBD68D9) is unknown color: approx Medium Orchid. HEX triplet: BD, 68 and D9. RGB value is (189,104,217). Sum of RGB (Red+Green+Blue) = 189+104+217=510 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.06% from 510); Green value is 104 (41.02% from 255 or 20.39% from 510); Blue value is 217 (85.16% from 255 or 42.55% from 510); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD68D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68D9 is #429726. Grayscale: #8D8D8D. Windows color (decimal): -4364071 or 14248125. OLE color: 14248125.

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

Color convert

RGB189104217-
CMYK0.130.5200.15
HSL285.13º59.79%62.94%-
HSV(B)285.13º52.07%85.1%-
XYZ38.4625.7368.58-
YUV142.3170.16161.31-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.06%
GREEN value IS 104 (41.02% from 255) = 20.39%
BLUE value IS 217 (85.16% from 255) = 42.55%
R=37.06%
G=20.39%
B=42.55%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1891042170.130.5200.15285.1359.7962.94
HexBD68D9D340F11d3c3f
Octal27515033115640174357477
Binary10111101110100011011001110111010001111100011101111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68D9; }

 p { color: rgb(189,104,217); }

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

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

 a { background-color: rgb(189,104,217); }

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

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

 span { border-color: rgb(189,104,217); }

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