#BD6DCD

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

Shades of Medium Orchid #BD6DCD

Tints of Medium Orchid #BD6DCD

Color information

#BD6DCD (or 0xBD6DCD) is unknown color: approx Medium Orchid. HEX triplet: BD, 6D and CD. RGB value is (189,109,205). Sum of RGB (Red+Green+Blue) = 189+109+205=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 109 (42.97% from 255 or 21.67% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 205 - color contains mainly: blue. Hex color #BD6DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DCD is #429232. Grayscale: #8F8F8F. Windows color (decimal): -4362803 or 13462973. OLE color: 13462973.

HSL color Cylindrical-coordinate representation of color #BD6DCD: hue angle of 290º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BD6DCD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB189109205-
CMYK0.080.4700.20
HSL290º48.98%61.57%-
HSV(B)290º46.83%80.39%-
XYZ37.4726.1660.83-
YUV143.86162.5160.19-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 109 (42.97% from 255) = 21.67%
BLUE value IS 205 (80.47% from 255) = 40.76%
R=37.57%
G=21.67%
B=40.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1891092050.080.4700.2029048.9861.57
HexBD6DCD82F014122313e
Octal27515531510570244426176
Binary101111011101101110011011000101111010100100100010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6DCD; }

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

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

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

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

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

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

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

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