#BD66D1

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

Shades of Medium Orchid #BD66D1

Tints of Medium Orchid #BD66D1

Color information

#BD66D1 (or 0xBD66D1) is unknown color: approx Medium Orchid. HEX triplet: BD, 66 and D1. RGB value is (189,102,209). Sum of RGB (Red+Green+Blue) = 189+102+209=500 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.8% from 500); Green value is 102 (40.23% from 255 or 20.4% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD66D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD66D1 is #42992E. Grayscale: #8B8B8B. Windows color (decimal): -4364591 or 13723325. OLE color: 13723325.

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

Color convert

RGB189102209-
CMYK0.100.5100.18
HSL288.79º53.77%60.98%-
HSV(B)288.79º51.2%81.96%-
XYZ37.2524.9363.17-
YUV140.21166.82162.8-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.8%
GREEN value IS 102 (40.23% from 255) = 20.4%
BLUE value IS 209 (82.03% from 255) = 41.8%
R=37.8%
G=20.4%
B=41.8%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891022090.100.5100.18288.7953.7760.98
HexBD66D1A33012121363d
Octal27514632112630224416675
Binary101111011100110110100011010110011010010100100001110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD66D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD66D1; }

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

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

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

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

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

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

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

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