#BD69D1

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

Shades of Medium Orchid #BD69D1

Tints of Medium Orchid #BD69D1

Color information

#BD69D1 (or 0xBD69D1) is unknown color: approx Medium Orchid. HEX triplet: BD, 69 and D1. RGB value is (189,105,209). Sum of RGB (Red+Green+Blue) = 189+105+209=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 209 (82.03% from 255 or 41.55% from 503); Max value from RGB is 209 - color contains mainly: blue. Hex color #BD69D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD69D1 is #42962E. Grayscale: #8D8D8D. Windows color (decimal): -4363823 or 13724093. OLE color: 13724093.

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

Color convert

RGB189105209-
CMYK0.100.5000.18
HSL288.46º53.06%61.57%-
HSV(B)288.46º49.76%81.96%-
XYZ37.5525.5363.27-
YUV141.97165.83161.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 105 (41.41% from 255) = 20.87%
BLUE value IS 209 (82.03% from 255) = 41.55%
R=37.57%
G=20.87%
B=41.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1891052090.100.5000.18288.4653.0661.57
HexBD69D1A32012120353e
Octal27515132112620224406576
Binary101111011101001110100011010110010010010100100000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD69D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD69D1; }

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

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

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

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

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

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

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

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