#ba4ff3

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

Shades of Medium Orchid #BA4FF3

Tints of Medium Orchid #BA4FF3

Color information

#BA4FF3 (or 0xBA4FF3) is unknown color: approx Medium Orchid. HEX triplet: BA, 4F and F3. RGB value is (186,79,243). Sum of RGB (Red+Green+Blue) = 186+79+243=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 79 (31.25% from 255 or 15.55% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA4FF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA4FF3 is #45B00C. Grayscale: #818181. Windows color (decimal): -4567053 or 15945658. OLE color: 15945658.

HSL color Cylindrical-coordinate representation of color #BA4FF3: hue angle of 279.15º degrees, saturation: 0.87, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BA4FF3 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18679243-
CMYK0.230.6700.05
HSL279.15º87.23%63.14%-
HSV(B)279.15º67.49%95.29%-
XYZ39.2222.587.07-
YUV129.69191.95168.16-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 79 (31.25% from 255) = 15.55%
BLUE value IS 243 (95.31% from 255) = 47.83%
R=36.61%
G=15.55%
B=47.83%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal186792430.230.6700.05279.1587.2363.14
HexBA4FF3174305117573f
Octal272117363271030542712777
Binary1011101010011111111001110111100001101011000101111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba4ff3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba4ff3; }

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

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

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

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

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

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

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

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