#BD68D2

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

Shades of Medium Orchid #BD68D2

Tints of Medium Orchid #BD68D2

Color information

#BD68D2 (or 0xBD68D2) is unknown color: approx Medium Orchid. HEX triplet: BD, 68 and D2. RGB value is (189,104,210). Sum of RGB (Red+Green+Blue) = 189+104+210=503 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.57% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 210 (82.42% from 255 or 41.75% from 503); Max value from RGB is 210 - color contains mainly: blue. Hex color #BD68D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD68D2 is #42972D. Grayscale: #8D8D8D. Windows color (decimal): -4364078 or 13789373. OLE color: 13789373.

HSL color Cylindrical-coordinate representation of color #BD68D2: hue angle of 288.11º degrees, saturation: 0.54, 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 #BD68D2 is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB189104210-
CMYK0.100.5000.18
HSL288.11º54.08%61.57%-
HSV(B)288.11º50.48%82.35%-
XYZ37.5725.3763.89-
YUV141.5166.66161.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.57%
GREEN value IS 104 (41.02% from 255) = 20.68%
BLUE value IS 210 (82.42% from 255) = 41.75%
R=37.57%
G=20.68%
B=41.75%

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
Decimal1891042100.100.5000.18288.1154.0861.57
HexBD68D2A32012120363e
Octal27515032212620224406676
Binary101111011101000110100101010110010010010100100000110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD68D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD68D2; }

 p { color: rgb(189,104,210); }

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

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

 a { background-color: rgb(189,104,210); }

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

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

 span { border-color: rgb(189,104,210); }

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