#BD6EE0

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

Shades of Medium Orchid #BD6EE0

Tints of Medium Orchid #BD6EE0

Color information

#BD6EE0 (or 0xBD6EE0) is unknown color: approx Medium Orchid. HEX triplet: BD, 6E and E0. RGB value is (189,110,224). Sum of RGB (Red+Green+Blue) = 189+110+224=523 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.14% from 523); Green value is 110 (43.36% from 255 or 21.03% from 523); Blue value is 224 (87.89% from 255 or 42.83% from 523); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD6EE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EE0 is #42911F. Grayscale: #929292. Windows color (decimal): -4362528 or 14708413. OLE color: 14708413.

HSL color Cylindrical-coordinate representation of color #BD6EE0: hue angle of 281.58º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD6EE0 is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189110224-
CMYK0.160.5100.12
HSL281.58º64.77%65.49%-
HSV(B)281.58º50.89%87.84%-
XYZ40.0227.3573.69-
YUV146.62171.67158.23-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.14%
GREEN value IS 110 (43.36% from 255) = 21.03%
BLUE value IS 224 (87.89% from 255) = 42.83%
R=36.14%
G=21.03%
B=42.83%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891102240.160.5100.12281.5864.7765.49
HexBD6EE010330C11a4141
Octal2751563402063014432101101
Binary10111101110111011100000100001100110110010001101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6EE0; }

 p { color: rgb(189,110,224); }

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

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

 a { background-color: rgb(189,110,224); }

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

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

 span { border-color: rgb(189,110,224); }

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