#BA5DEA

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

Shades of Medium Orchid #BA5DEA

Tints of Medium Orchid #BA5DEA

Color information

#BA5DEA (or 0xBA5DEA) is unknown color: approx Medium Orchid. HEX triplet: BA, 5D and EA. RGB value is (186,93,234). Sum of RGB (Red+Green+Blue) = 186+93+234=513 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.26% from 513); Green value is 93 (36.72% from 255 or 18.13% from 513); Blue value is 234 (91.80% from 255 or 45.61% from 513); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA5DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DEA is #45A215. Grayscale: #888888. Windows color (decimal): -4563478 or 15359418. OLE color: 15359418.

HSL color Cylindrical-coordinate representation of color #BA5DEA: hue angle of 279.57º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5DEA is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18693234-
CMYK0.210.6000.08
HSL279.57º77.05%64.12%-
HSV(B)279.57º60.26%91.76%-
XYZ39.0224.2180.46-
YUV136.88182.81163.04-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.26%
GREEN value IS 93 (36.72% from 255) = 18.13%
BLUE value IS 234 (91.80% from 255) = 45.61%
R=36.26%
G=18.13%
B=45.61%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal186932340.210.6000.08279.5777.0564.12
HexBA5DEA153C081184d40
Octal2721353522574010430115100
Binary10111010101110111101010101011111000100010001100010011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DEA; }

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

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

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

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

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

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

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

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