#BA60F0

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

Shades of Medium Orchid #BA60F0

Tints of Medium Orchid #BA60F0

Color information

#BA60F0 (or 0xBA60F0) is unknown color: approx Medium Orchid. HEX triplet: BA, 60 and F0. RGB value is (186,96,240). Sum of RGB (Red+Green+Blue) = 186+96+240=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 96 (37.89% from 255 or 18.39% from 522); Blue value is 240 (94.14% from 255 or 45.98% from 522); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA60F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60F0 is #459F0F. Grayscale: #8A8A8A. Windows color (decimal): -4562704 or 15753402. OLE color: 15753402.

HSL color Cylindrical-coordinate representation of color #BA60F0: hue angle of 277.5º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA60F0 is Cyan = 0.22, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB18696240-
CMYK0.220.600.06
HSL277.5º82.76%65.88%-
HSV(B)277.5º60%94.12%-
XYZ40.1625.185.17-
YUV139.33184.82161.29-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.63%
GREEN value IS 96 (37.89% from 255) = 18.39%
BLUE value IS 240 (94.14% from 255) = 45.98%
R=35.63%
G=18.39%
B=45.98%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186962400.220.600.06277.582.7665.88
HexBA60F0163C061165342
Octal272140360267406426123102
Binary1011101011000001111000010110111100011010001011010100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60F0; }

 p { color: rgb(186,96,240); }

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

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

 a { background-color: rgb(186,96,240); }

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

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

 span { border-color: rgb(186,96,240); }

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