#BD6DD1

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

Shades of Medium Orchid #BD6DD1

Tints of Medium Orchid #BD6DD1

Color information

#BD6DD1 (or 0xBD6DD1) is unknown color: approx Medium Orchid. HEX triplet: BD, 6D and D1. RGB value is (189,109,209). Sum of RGB (Red+Green+Blue) = 189+109+209=507 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.28% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD6DD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6DD1 is #42922E. Grayscale: #909090. Windows color (decimal): -4362799 or 13725117. OLE color: 13725117.

HSL color Cylindrical-coordinate representation of color #BD6DD1: hue angle of 288º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BD6DD1 is Cyan = 0.10, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189109209-
CMYK0.100.4800.18
HSL288º52.08%62.35%-
HSV(B)288º47.85%81.96%-
XYZ37.9626.3663.41-
YUV144.32164.5159.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.28%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 209 (82.03% from 255) = 41.22%
R=37.28%
G=21.50%
B=41.22%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891092090.100.4800.1828852.0862.35
HexBD6DD1A30012120343e
Octal27515532112600224406476
Binary101111011101101110100011010110000010010100100000110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6DD1; }

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

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

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

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

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

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

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

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