#BA4FF0

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

Shades of Medium Orchid #BA4FF0

Tints of Medium Orchid #BA4FF0

Color information

#BA4FF0 (or 0xBA4FF0) is unknown color: approx Medium Orchid. HEX triplet: BA, 4F and F0. RGB value is (186,79,240). Sum of RGB (Red+Green+Blue) = 186+79+240=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 79 (31.25% from 255 or 15.64% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA4FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FF0 is #45B00F. Grayscale: #808080. Windows color (decimal): -4567056 or 15749050. OLE color: 15749050.

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

Color convert

RGB18679240-
CMYK0.220.6700.06
HSL279.88º84.29%62.55%-
HSV(B)279.88º67.08%94.12%-
XYZ38.7722.3284.7-
YUV129.35190.45168.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.83%
GREEN value IS 79 (31.25% from 255) = 15.64%
BLUE value IS 240 (94.14% from 255) = 47.52%
R=36.83%
G=15.64%
B=47.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal186792400.220.6700.06279.8884.2962.55
HexBA4FF0164306118543f
Octal272117360261030643012477
Binary1011101010011111111000010110100001101101000110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA4FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA4FF0; }

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

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

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

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

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

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

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

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