#ba78e7

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

Shades of Medium Orchid #BA78E7

Tints of Medium Orchid #BA78E7

Color information

#BA78E7 (or 0xBA78E7) is unknown color: approx Medium Orchid. HEX triplet: BA, 78 and E7. RGB value is (186,120,231). Sum of RGB (Red+Green+Blue) = 186+120+231=537 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.64% from 537); Green value is 120 (47.27% from 255 or 22.35% from 537); Blue value is 231 (90.62% from 255 or 43.02% from 537); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA78E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA78E7 is #458718. Grayscale: #989898. Windows color (decimal): -4556569 or 15169722. OLE color: 15169722.

HSL color Cylindrical-coordinate representation of color #BA78E7: hue angle of 275.68º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #BA78E7 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186120231-
CMYK0.190.4800.09
HSL275.68º69.81%68.82%-
HSV(B)275.68º48.05%90.59%-
XYZ41.3929.6479.14-
YUV152.39172.37151.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.64%
GREEN value IS 120 (47.27% from 255) = 22.35%
BLUE value IS 231 (90.62% from 255) = 43.02%
R=34.64%
G=22.35%
B=43.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861202310.190.4800.09275.6869.8168.82
HexBA78E71330091144645
Octal2721703472360011424106105
Binary10111010111100011100111100111100000100110001010010001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba78e7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba78e7; }

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

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

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

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

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

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

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

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