#ba32e5

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

Shades of Medium Orchid #BA32E5

Tints of Medium Orchid #BA32E5

Color information

#BA32E5 (or 0xBA32E5) is unknown color: approx Medium Orchid. HEX triplet: BA, 32 and E5. RGB value is (186,50,229). Sum of RGB (Red+Green+Blue) = 186+50+229=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 50 (19.92% from 255 or 10.75% from 465); Blue value is 229 (89.84% from 255 or 49.25% from 465); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA32E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32E5 is #45CD1A. Grayscale: #6E6E6E. Windows color (decimal): -4574491 or 15020730. OLE color: 15020730.

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

Color convert

RGB18650229-
CMYK0.190.7800.10
HSL285.59º77.49%54.71%-
HSV(B)285.59º78.17%89.8%-
XYZ35.5318.3875.8-
YUV111.07194.56181.45-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40%
GREEN value IS 50 (19.92% from 255) = 10.75%
BLUE value IS 229 (89.84% from 255) = 49.25%
R=40%
G=10.75%
B=49.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal186502290.190.7800.10285.5977.4954.71
HexBA32E5134E0A11e4d37
Octal272623452311601243611567
Binary1011101011001011100101100111001110010101000111101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba32e5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba32e5; }

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

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

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

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

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

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

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

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