#BA34E5

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

Shades of Medium Orchid #BA34E5

Tints of Medium Orchid #BA34E5

Color information

#BA34E5 (or 0xBA34E5) is unknown color: approx Medium Orchid. HEX triplet: BA, 34 and E5. RGB value is (186,52,229). Sum of RGB (Red+Green+Blue) = 186+52+229=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 52 (20.70% from 255 or 11.13% from 467); Blue value is 229 (89.84% from 255 or 49.04% from 467); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA34E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA34E5 is #45CB1A. Grayscale: #6F6F6F. Windows color (decimal): -4573979 or 15021242. OLE color: 15021242.

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

Color convert

RGB18652229-
CMYK0.190.7700.10
HSL285.42º77.29%55.1%-
HSV(B)285.42º77.29%89.8%-
XYZ35.6218.5575.83-
YUV112.24193.89180.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.83%
GREEN value IS 52 (20.70% from 255) = 11.13%
BLUE value IS 229 (89.84% from 255) = 49.04%
R=39.83%
G=11.13%
B=49.04%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186522290.190.7700.10285.4277.2955.1
HexBA34E5134D0A11d4d37
Octal272643452311501243511567
Binary1011101011010011100101100111001101010101000111011001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA34E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA34E5; }

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

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

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

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

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

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

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

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