#BD6DD3

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

Shades of Medium Orchid #BD6DD3

Tints of Medium Orchid #BD6DD3

Color information

#BD6DD3 (or 0xBD6DD3) is unknown color: approx Medium Orchid. HEX triplet: BD, 6D and D3. RGB value is (189,109,211). Sum of RGB (Red+Green+Blue) = 189+109+211=509 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.13% from 509); Green value is 109 (42.97% from 255 or 21.41% from 509); Blue value is 211 (82.81% from 255 or 41.45% from 509); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD6DD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DD3 is #42922C. Grayscale: #909090. Windows color (decimal): -4362797 or 13856189. OLE color: 13856189.

HSL color Cylindrical-coordinate representation of color #BD6DD3: hue angle of 287.06º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6DD3 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB189109211-
CMYK0.100.4800.17
HSL287.06º53.68%62.75%-
HSV(B)287.06º48.34%82.75%-
XYZ38.2126.4664.72-
YUV144.55165.5159.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.13%
GREEN value IS 109 (42.97% from 255) = 21.41%
BLUE value IS 211 (82.81% from 255) = 41.45%
R=37.13%
G=21.41%
B=41.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891092110.100.4800.17287.0653.6862.75
HexBD6DD3A3001111f363f
Octal27515532312600214376677
Binary101111011101101110100111010110000010001100011111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6DD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6DD3; }

 p { color: rgb(189,109,211); }

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

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

 a { background-color: rgb(189,109,211); }

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

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

 span { border-color: rgb(189,109,211); }

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