#BA6DE8

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

Shades of Medium Orchid #BA6DE8

Tints of Medium Orchid #BA6DE8

Color information

#BA6DE8 (or 0xBA6DE8) is unknown color: approx Medium Orchid. HEX triplet: BA, 6D and E8. RGB value is (186,109,232). Sum of RGB (Red+Green+Blue) = 186+109+232=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 109 (42.97% from 255 or 20.68% 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 #BA6DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DE8 is #459217. Grayscale: #919191. Windows color (decimal): -4559384 or 15232442. OLE color: 15232442.

HSL color Cylindrical-coordinate representation of color #BA6DE8: hue angle of 277.56º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6DE8 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186109232-
CMYK0.200.5300.09
HSL277.56º72.78%66.86%-
HSV(B)277.56º53.02%90.98%-
XYZ40.2827.279.47-
YUV146.04176.51156.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 109 (42.97% from 255) = 20.68%
BLUE value IS 232 (91.02% from 255) = 44.02%
R=35.29%
G=20.68%
B=44.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861092320.200.5300.09277.5672.7866.86
HexBA6DE81435091164943
Octal2721553502465011426111103
Binary10111010110110111101000101001101010100110001011010010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6DE8; }

 p { color: rgb(186,109,232); }

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

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

 a { background-color: rgb(186,109,232); }

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

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

 span { border-color: rgb(186,109,232); }

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