#BA60F1

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

Shades of Medium Orchid #BA60F1

Tints of Medium Orchid #BA60F1

Color information

#BA60F1 (or 0xBA60F1) is unknown color: approx Medium Orchid. HEX triplet: BA, 60 and F1. RGB value is (186,96,241). Sum of RGB (Red+Green+Blue) = 186+96+241=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 96 (37.89% from 255 or 18.36% from 523); Blue value is 241 (94.53% from 255 or 46.08% from 523); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA60F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA60F1 is #459F0E. Grayscale: #8A8A8A. Windows color (decimal): -4562703 or 15818938. OLE color: 15818938.

HSL color Cylindrical-coordinate representation of color #BA60F1: hue angle of 277.24º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA60F1 is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18696241-
CMYK0.230.6000.05
HSL277.24º83.82%66.08%-
HSV(B)277.24º60.17%94.51%-
XYZ40.3125.1685.95-
YUV139.44185.32161.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 96 (37.89% from 255) = 18.36%
BLUE value IS 241 (94.53% from 255) = 46.08%
R=35.56%
G=18.36%
B=46.08%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186962410.230.6000.05277.2483.8266.08
HexBA60F1173C051155442
Octal272140361277405425124102
Binary1011101011000001111000110111111100010110001010110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA60F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA60F1; }

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

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

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

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

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

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

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

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