#bd6ae8

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

Shades of Medium Orchid #BD6AE8

Tints of Medium Orchid #BD6AE8

Color information

#BD6AE8 (or 0xBD6AE8) is unknown color: approx Medium Orchid. HEX triplet: BD, 6A and E8. RGB value is (189,106,232). Sum of RGB (Red+Green+Blue) = 189+106+232=527 (69% of max value = 765). Red value is 189 (74.22% from 255 or 35.86% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 232 (91.02% from 255 or 44.02% from 527); Max value from RGB is 232 - color contains mainly: blue. Hex color #BD6AE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BD6AE8 is #429517. Grayscale: #909090. Windows color (decimal): -4363544 or 15231677. OLE color: 15231677.

HSL color Cylindrical-coordinate representation of color #BD6AE8: hue angle of 279.52º degrees, saturation: 0.73, 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 #BD6AE8 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB189106232-
CMYK0.190.5400.09
HSL279.52º73.26%66.27%-
HSV(B)279.52º54.31%90.98%-
XYZ40.7126.9579.4-
YUV145.18177159.25-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.86%
GREEN value IS 106 (41.80% from 255) = 20.11%
BLUE value IS 232 (91.02% from 255) = 44.02%
R=35.86%
G=20.11%
B=44.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1891062320.190.5400.09279.5273.2666.27
HexBD6AE81336091184942
Octal2751523502366011430111102
Binary10111101110101011101000100111101100100110001100010010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bd6ae8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bd6ae8; }

 p { color: rgb(189,106,232); }

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

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

 a { background-color: rgb(189,106,232); }

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

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

 span { border-color: rgb(189,106,232); }

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