#BA78E2

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

Shades of Medium Orchid #BA78E2

Tints of Medium Orchid #BA78E2

Color information

#BA78E2 (or 0xBA78E2) is unknown color: approx Medium Orchid. HEX triplet: BA, 78 and E2. RGB value is (186,120,226). Sum of RGB (Red+Green+Blue) = 186+120+226=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 226 (88.67% from 255 or 42.48% from 532); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA78E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA78E2 is #45871D. Grayscale: #979797. Windows color (decimal): -4556574 or 14842042. OLE color: 14842042.

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

Color convert

RGB186120226-
CMYK0.180.4700.11
HSL277.36º64.63%67.84%-
HSV(B)277.36º46.9%88.63%-
XYZ40.6929.3675.47-
YUV151.82169.87152.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 120 (47.27% from 255) = 22.56%
BLUE value IS 226 (88.67% from 255) = 42.48%
R=34.96%
G=22.56%
B=42.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1861202260.180.4700.11277.3664.6367.84
HexBA78E2122F0B1154144
Octal2721703422257013425101104
Binary10111010111100011100010100101011110101110001010110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA78E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA78E2; }

 p { color: rgb(186,120,226); }

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

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

 a { background-color: rgb(186,120,226); }

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

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

 span { border-color: rgb(186,120,226); }

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