#BD6FD5

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

Shades of Medium Orchid #BD6FD5

Tints of Medium Orchid #BD6FD5

Color information

#BD6FD5 (or 0xBD6FD5) is unknown color: approx Medium Orchid. HEX triplet: BD, 6F and D5. RGB value is (189,111,213). Sum of RGB (Red+Green+Blue) = 189+111+213=513 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.84% from 513); Green value is 111 (43.75% from 255 or 21.64% from 513); Blue value is 213 (83.59% from 255 or 41.52% from 513); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD6FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FD5 is #42902A. Grayscale: #919191. Windows color (decimal): -4362283 or 13987773. OLE color: 13987773.

HSL color Cylindrical-coordinate representation of color #BD6FD5: hue angle of 285.88º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6FD5 is Cyan = 0.11, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB189111213-
CMYK0.110.4800.16
HSL285.88º54.84%63.53%-
HSV(B)285.88º47.89%83.53%-
XYZ38.6826.9966.12-
YUV145.95165.84158.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.84%
GREEN value IS 111 (43.75% from 255) = 21.64%
BLUE value IS 213 (83.59% from 255) = 41.52%
R=36.84%
G=21.64%
B=41.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1891112130.110.4800.16285.8854.8463.53
HexBD6FD5B3001011e3740
Octal275157325136002043667100
Binary1011110111011111101010110111100000100001000111101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FD5; }

 p { color: rgb(189,111,213); }

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

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

 a { background-color: rgb(189,111,213); }

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

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

 span { border-color: rgb(189,111,213); }

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