#BA6DE9

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

Shades of Medium Orchid #BA6DE9

Tints of Medium Orchid #BA6DE9

Color information

#BA6DE9 (or 0xBA6DE9) is unknown color: approx Medium Orchid. HEX triplet: BA, 6D and E9. RGB value is (186,109,233). Sum of RGB (Red+Green+Blue) = 186+109+233=528 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.23% from 528); Green value is 109 (42.97% from 255 or 20.64% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DE9 is #459216. Grayscale: #919191. Windows color (decimal): -4559383 or 15297978. OLE color: 15297978.

HSL color Cylindrical-coordinate representation of color #BA6DE9: hue angle of 277.26º degrees, saturation: 0.74, 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 #BA6DE9 is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186109233-
CMYK0.200.5300.09
HSL277.26º73.81%67.06%-
HSV(B)277.26º53.22%91.37%-
XYZ40.4327.2680.22-
YUV146.16177.01156.42-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.23%
GREEN value IS 109 (42.97% from 255) = 20.64%
BLUE value IS 233 (91.41% from 255) = 44.13%
R=35.23%
G=20.64%
B=44.13%

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
Decimal1861092330.200.5300.09277.2673.8167.06
HexBA6DE91435091154a43
Octal2721553512465011425112103
Binary10111010110110111101001101001101010100110001010110010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6DE9; }

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

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

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

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

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

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

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

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