#BA5DE7

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

Shades of Medium Orchid #BA5DE7

Tints of Medium Orchid #BA5DE7

Color information

#BA5DE7 (or 0xBA5DE7) is unknown color: approx Medium Orchid. HEX triplet: BA, 5D and E7. RGB value is (186,93,231). Sum of RGB (Red+Green+Blue) = 186+93+231=510 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.47% from 510); Green value is 93 (36.72% from 255 or 18.24% from 510); Blue value is 231 (90.62% from 255 or 45.29% from 510); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA5DE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA5DE7 is #45A218. Grayscale: #888888. Windows color (decimal): -4563481 or 15162810. OLE color: 15162810.

HSL color Cylindrical-coordinate representation of color #BA5DE7: hue angle of 280.43º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA5DE7 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18693231-
CMYK0.190.6000.09
HSL280.43º74.19%63.53%-
HSV(B)280.43º59.74%90.59%-
XYZ38.5924.0478.21-
YUV136.54181.31163.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.47%
GREEN value IS 93 (36.72% from 255) = 18.24%
BLUE value IS 231 (90.62% from 255) = 45.29%
R=36.47%
G=18.24%
B=45.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186932310.190.6000.09280.4374.1963.53
HexBA5DE7133C091184a40
Octal2721353472374011430112100
Binary10111010101110111100111100111111000100110001100010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA5DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA5DE7; }

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

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

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

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

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

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

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

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