#BA61E4

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

Shades of Medium Orchid #BA61E4

Tints of Medium Orchid #BA61E4

Color information

#BA61E4 (or 0xBA61E4) is unknown color: approx Medium Orchid. HEX triplet: BA, 61 and E4. RGB value is (186,97,228). Sum of RGB (Red+Green+Blue) = 186+97+228=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 97 (38.28% from 255 or 18.98% from 511); Blue value is 228 (89.45% from 255 or 44.62% from 511); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA61E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA61E4 is #459E1B. Grayscale: #8A8A8A. Windows color (decimal): -4562460 or 14967226. OLE color: 14967226.

HSL color Cylindrical-coordinate representation of color #BA61E4: hue angle of 280.76º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BA61E4 is Cyan = 0.18, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB18697228-
CMYK0.180.5700.11
HSL280.76º70.81%63.73%-
HSV(B)280.76º57.46%89.41%-
XYZ38.5324.5976.11-
YUV138.54178.49161.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.40%
GREEN value IS 97 (38.28% from 255) = 18.98%
BLUE value IS 228 (89.45% from 255) = 44.62%
R=36.40%
G=18.98%
B=44.62%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186972280.180.5700.11280.7670.8163.73
HexBA61E412390B1194740
Octal2721413442271013431107100
Binary10111010110000111100100100101110010101110001100110001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA61E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA61E4; }

 p { color: rgb(186,97,228); }

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

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

 a { background-color: rgb(186,97,228); }

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

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

 span { border-color: rgb(186,97,228); }

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