#BA43E4

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

Shades of Medium Orchid #BA43E4

Tints of Medium Orchid #BA43E4

Color information

#BA43E4 (or 0xBA43E4) is unknown color: approx Medium Orchid. HEX triplet: BA, 43 and E4. RGB value is (186,67,228). Sum of RGB (Red+Green+Blue) = 186+67+228=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 67 (26.56% from 255 or 13.93% from 481); Blue value is 228 (89.45% from 255 or 47.40% from 481); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA43E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA43E4 is #45BC1B. Grayscale: #787878. Windows color (decimal): -4570140 or 14959546. OLE color: 14959546.

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

Color convert

RGB18667228-
CMYK0.180.7100.11
HSL284.35º74.88%57.84%-
HSV(B)284.35º70.61%89.41%-
XYZ36.2620.0575.36-
YUV120.94188.42174.41-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 67 (26.56% from 255) = 13.93%
BLUE value IS 228 (89.45% from 255) = 47.40%
R=38.67%
G=13.93%
B=47.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal186672280.180.7100.11284.3574.8857.84
HexBA43E412470B11c4b3a
Octal2721033442210701343411372
Binary10111010100001111100100100101000111010111000111001001011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA43E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA43E4; }

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

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

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

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

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

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

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

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