#BD6BE1

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

Shades of Medium Orchid #BD6BE1

Tints of Medium Orchid #BD6BE1

Color information

#BD6BE1 (or 0xBD6BE1) is unknown color: approx Medium Orchid. HEX triplet: BD, 6B and E1. RGB value is (189,107,225). Sum of RGB (Red+Green+Blue) = 189+107+225=521 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.28% from 521); Green value is 107 (42.19% from 255 or 20.54% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #BD6BE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BE1 is #42941E. Grayscale: #909090. Windows color (decimal): -4363295 or 14773181. OLE color: 14773181.

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

Color convert

RGB189107225-
CMYK0.160.5200.12
HSL281.69º66.29%65.1%-
HSV(B)281.69º52.44%88.24%-
XYZ39.8326.7774.3-
YUV144.97173.17159.41-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.28%
GREEN value IS 107 (42.19% from 255) = 20.54%
BLUE value IS 225 (88.28% from 255) = 43.19%
R=36.28%
G=20.54%
B=43.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1891072250.160.5200.12281.6966.2965.1
HexBD6BE110340C11a4241
Octal2751533412064014432102101
Binary10111101110101111100001100001101000110010001101010000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6BE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6BE1; }

 p { color: rgb(189,107,225); }

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

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

 a { background-color: rgb(189,107,225); }

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

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

 span { border-color: rgb(189,107,225); }

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