#BA44E9

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

Shades of Medium Orchid #BA44E9

Tints of Medium Orchid #BA44E9

Color information

#BA44E9 (or 0xBA44E9) is unknown color: approx Medium Orchid. HEX triplet: BA, 44 and E9. RGB value is (186,68,233). Sum of RGB (Red+Green+Blue) = 186+68+233=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 233 (91.41% from 255 or 47.84% from 487); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA44E9 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA44E9 is #45BB16. Grayscale: #797979. Windows color (decimal): -4569879 or 15287482. OLE color: 15287482.

HSL color Cylindrical-coordinate representation of color #BA44E9: hue angle of 282.91º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BA44E9 is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18668233-
CMYK0.200.7100.09
HSL282.91º78.95%59.02%-
HSV(B)282.91º70.82%91.37%-
XYZ37.0220.4679.09-
YUV122.09190.59173.58-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.19%
GREEN value IS 68 (26.95% from 255) = 13.96%
BLUE value IS 233 (91.41% from 255) = 47.84%
R=38.19%
G=13.96%
B=47.84%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186682330.200.7100.09282.9178.9559.02
HexBA44E914470911b4f3b
Octal2721043512410701143311773
Binary10111010100010011101001101001000111010011000110111001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA44E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA44E9; }

 p { color: rgb(186,68,233); }

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

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

 a { background-color: rgb(186,68,233); }

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

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

 span { border-color: rgb(186,68,233); }

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