#BA35F9

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

Shades of Medium Orchid #BA35F9

Tints of Medium Orchid #BA35F9

Color information

#BA35F9 (or 0xBA35F9) is unknown color: approx Medium Orchid. HEX triplet: BA, 35 and F9. RGB value is (186,53,249). Sum of RGB (Red+Green+Blue) = 186+53+249=488 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.11% from 488); Green value is 53 (21.09% from 255 or 10.86% from 488); Blue value is 249 (97.66% from 255 or 51.02% from 488); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA35F9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA35F9 is #45CA06. Grayscale: #727272. Windows color (decimal): -4573703 or 16332218. OLE color: 16332218.

HSL color Cylindrical-coordinate representation of color #BA35F9: hue angle of 280.71º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BA35F9 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB18653249-
CMYK0.250.7900.02
HSL280.71º94.23%59.22%-
HSV(B)280.71º78.71%97.65%-
XYZ38.6219.8291.41-
YUV115.11203.56178.56-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.11%
GREEN value IS 53 (21.09% from 255) = 10.86%
BLUE value IS 249 (97.66% from 255) = 51.02%
R=38.11%
G=10.86%
B=51.02%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal186532490.250.7900.02280.7194.2359.22
HexBA35F9194F021195e3b
Octal27265371311170243113673
Binary10111010110101111110011100110011110101000110011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA35F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA35F9; }

 p { color: rgb(186,53,249); }

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

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

 a { background-color: rgb(186,53,249); }

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

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

 span { border-color: rgb(186,53,249); }

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