#BA32E4

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

Shades of Medium Orchid #BA32E4

Tints of Medium Orchid #BA32E4

Color information

#BA32E4 (or 0xBA32E4) is unknown color: approx Medium Orchid. HEX triplet: BA, 32 and E4. RGB value is (186,50,228). Sum of RGB (Red+Green+Blue) = 186+50+228=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 50 (19.92% from 255 or 10.78% from 464); Blue value is 228 (89.45% from 255 or 49.14% from 464); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA32E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA32E4 is #45CD1B. Grayscale: #6E6E6E. Windows color (decimal): -4574492 or 14955194. OLE color: 14955194.

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

Color convert

RGB18650228-
CMYK0.180.7800.11
HSL285.84º76.72%54.51%-
HSV(B)285.84º78.07%89.41%-
XYZ35.3918.3275.07-
YUV110.96194.06181.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.09%
GREEN value IS 50 (19.92% from 255) = 10.78%
BLUE value IS 228 (89.45% from 255) = 49.14%
R=40.09%
G=10.78%
B=49.14%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186502280.180.7800.11285.8476.7254.51
HexBA32E4124E0B11e4d37
Octal272623442211601343611567
Binary1011101011001011100100100101001110010111000111101001101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA32E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA32E4; }

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

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

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

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

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

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

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

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