#BA3BE5

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

Shades of Medium Orchid #BA3BE5

Tints of Medium Orchid #BA3BE5

Color information

#BA3BE5 (or 0xBA3BE5) is unknown color: approx Medium Orchid. HEX triplet: BA, 3B and E5. RGB value is (186,59,229). Sum of RGB (Red+Green+Blue) = 186+59+229=474 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.24% from 474); Green value is 59 (23.44% from 255 or 12.45% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA3BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3BE5 is #45C41A. Grayscale: #737373. Windows color (decimal): -4572187 or 15023034. OLE color: 15023034.

HSL color Cylindrical-coordinate representation of color #BA3BE5: hue angle of 284.82º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA3BE5 is Cyan = 0.19, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB18659229-
CMYK0.190.7400.10
HSL284.82º76.58%56.47%-
HSV(B)284.82º74.24%89.8%-
XYZ35.9619.2275.94-
YUV116.35191.58177.68-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.24%
GREEN value IS 59 (23.44% from 255) = 12.45%
BLUE value IS 229 (89.84% from 255) = 48.31%
R=39.24%
G=12.45%
B=48.31%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186592290.190.7400.10284.8276.5856.47
HexBA3BE5134A0A11d4d38
Octal272733452311201243511570
Binary1011101011101111100101100111001010010101000111011001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3BE5; }

 p { color: rgb(186,59,229); }

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

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

 a { background-color: rgb(186,59,229); }

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

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

 span { border-color: rgb(186,59,229); }

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