#BD6BE7

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

Shades of Medium Orchid #BD6BE7

Tints of Medium Orchid #BD6BE7

Color information

#BD6BE7 (or 0xBD6BE7) is unknown color: approx Medium Orchid. HEX triplet: BD, 6B and E7. RGB value is (189,107,231). Sum of RGB (Red+Green+Blue) = 189+107+231=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 107 (42.19% from 255 or 20.30% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #BD6BE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6BE7 is #429418. Grayscale: #919191. Windows color (decimal): -4363289 or 15166397. OLE color: 15166397.

HSL color Cylindrical-coordinate representation of color #BD6BE7: hue angle of 279.68º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD6BE7 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189107231-
CMYK0.180.5400.09
HSL279.68º72.09%66.27%-
HSV(B)279.68º53.68%90.59%-
XYZ40.6727.178.69-
YUV145.65176.17158.92-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 107 (42.19% from 255) = 20.30%
BLUE value IS 231 (90.62% from 255) = 43.83%
R=35.86%
G=20.30%
B=43.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891072310.180.5400.09279.6872.0966.27
HexBD6BE71236091184842
Octal2751533472266011430110102
Binary10111101110101111100111100101101100100110001100010010001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6BE7; }

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

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

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

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

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

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

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

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