#BD6FD3

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

Shades of Medium Orchid #BD6FD3

Tints of Medium Orchid #BD6FD3

Color information

#BD6FD3 (or 0xBD6FD3) is unknown color: approx Medium Orchid. HEX triplet: BD, 6F and D3. RGB value is (189,111,211). Sum of RGB (Red+Green+Blue) = 189+111+211=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 111 (43.75% from 255 or 21.72% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD6FD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6FD3 is #42902C. Grayscale: #919191. Windows color (decimal): -4362285 or 13856701. OLE color: 13856701.

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

Color convert

RGB189111211-
CMYK0.100.4700.17
HSL286.8º53.19%63.14%-
HSV(B)286.8º47.39%82.75%-
XYZ38.4326.8964.79-
YUV145.72164.84158.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.99%
GREEN value IS 111 (43.75% from 255) = 21.72%
BLUE value IS 211 (82.81% from 255) = 41.29%
R=36.99%
G=21.72%
B=41.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1891112110.100.4700.17286.853.1963.14
HexBD6FD3A2F01111f353f
Octal27515732312570214376577
Binary101111011101111110100111010101111010001100011111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6FD3; }

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

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

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

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

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

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

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

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