#BD6EC8

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

Shades of Medium Orchid #BD6EC8

Tints of Medium Orchid #BD6EC8

Color information

#BD6EC8 (or 0xBD6EC8) is unknown color: approx Medium Orchid. HEX triplet: BD, 6E and C8. RGB value is (189,110,200). Sum of RGB (Red+Green+Blue) = 189+110+200=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 110 (43.36% from 255 or 22.04% from 499); Blue value is 200 (78.52% from 255 or 40.08% from 499); Max value from RGB is 200 - color contains mainly: blue. Hex color #BD6EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6EC8 is #429137. Grayscale: #8F8F8F. Windows color (decimal): -4362552 or 13135549. OLE color: 13135549.

HSL color Cylindrical-coordinate representation of color #BD6EC8: hue angle of 292.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #BD6EC8 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB189110200-
CMYK0.060.4500.22
HSL292.67º45%60.78%-
HSV(B)292.67º45%78.43%-
XYZ36.9926.1457.74-
YUV143.88159.67160.18-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.88%
GREEN value IS 110 (43.36% from 255) = 22.04%
BLUE value IS 200 (78.52% from 255) = 40.08%
R=37.88%
G=22.04%
B=40.08%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1891102000.060.4500.22292.674560.78
HexBD6EC862D0161252d3d
Octal2751563106550264455575
Binary10111101110111011001000110101101010110100100101101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6EC8; }

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

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

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

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

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

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

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

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