#bd6be0

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

Shades of Medium Orchid #BD6BE0

Tints of Medium Orchid #BD6BE0

Color information

#BD6BE0 (or 0xBD6BE0) is unknown color: approx Medium Orchid. HEX triplet: BD, 6B and E0. RGB value is (189,107,224). Sum of RGB (Red+Green+Blue) = 189+107+224=520 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.35% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 224 (87.89% from 255 or 43.08% from 520); Max value from RGB is 224 - color contains mainly: blue. Hex color #BD6BE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BD6BE0 is #42941F. Grayscale: #909090. Windows color (decimal): -4363296 or 14707645. OLE color: 14707645.

HSL color Cylindrical-coordinate representation of color #BD6BE0: hue angle of 282.05º degrees, saturation: 0.65, 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 #BD6BE0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB189107224-
CMYK0.160.5200.12
HSL282.05º65.36%64.9%-
HSV(B)282.05º52.23%87.84%-
XYZ39.726.7273.59-
YUV144.86172.67159.49-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.35%
GREEN value IS 107 (42.19% from 255) = 20.58%
BLUE value IS 224 (87.89% from 255) = 43.08%
R=36.35%
G=20.58%
B=43.08%

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
Decimal1891072240.160.5200.12282.0565.3664.9
HexBD6BE010340C11a4141
Octal2751533402064014432101101
Binary10111101110101111100000100001101000110010001101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6be0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6be0; }

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

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

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

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

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

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

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

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