#BA6DEA

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

Shades of Medium Orchid #BA6DEA

Tints of Medium Orchid #BA6DEA

Color information

#BA6DEA (or 0xBA6DEA) is unknown color: approx Medium Orchid. HEX triplet: BA, 6D and EA. RGB value is (186,109,234). Sum of RGB (Red+Green+Blue) = 186+109+234=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 109 (42.97% from 255 or 20.60% from 529); Blue value is 234 (91.80% from 255 or 44.23% from 529); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA6DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA6DEA is #459215. Grayscale: #919191. Windows color (decimal): -4559382 or 15363514. OLE color: 15363514.

HSL color Cylindrical-coordinate representation of color #BA6DEA: hue angle of 276.96º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BA6DEA is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB186109234-
CMYK0.210.5300.08
HSL276.96º74.85%67.25%-
HSV(B)276.96º53.42%91.76%-
XYZ40.5727.3280.98-
YUV146.27177.51156.34-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 109 (42.97% from 255) = 20.60%
BLUE value IS 234 (91.80% from 255) = 44.23%
R=35.16%
G=20.60%
B=44.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1861092340.210.5300.08276.9674.8567.25
HexBA6DEA1535081154b43
Octal2721553522565010425113103
Binary10111010110110111101010101011101010100010001010110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6DEA; }

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

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

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

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

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

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

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

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