#BA77D5

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

Shades of Medium Orchid #BA77D5

Tints of Medium Orchid #BA77D5

Color information

#BA77D5 (or 0xBA77D5) is unknown color: approx Medium Orchid. HEX triplet: BA, 77 and D5. RGB value is (186,119,213). Sum of RGB (Red+Green+Blue) = 186+119+213=518 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.91% from 518); Green value is 119 (46.88% from 255 or 22.97% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA77D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA77D5 is #45882A. Grayscale: #959595. Windows color (decimal): -4556843 or 13989818. OLE color: 13989818.

HSL color Cylindrical-coordinate representation of color #BA77D5: hue angle of 282.77º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BA77D5 is Cyan = 0.13, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186119213-
CMYK0.130.4400.16
HSL282.77º52.81%65.1%-
HSV(B)282.77º44.13%83.53%-
XYZ38.8628.4466.39-
YUV149.75163.7153.86-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.91%
GREEN value IS 119 (46.88% from 255) = 22.97%
BLUE value IS 213 (83.59% from 255) = 41.12%
R=35.91%
G=22.97%
B=41.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861192130.130.4400.16282.7752.8165.1
HexBA77D5D2C01011b3541
Octal272167325155402043365101
Binary1011101011101111101010111011011000100001000110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA77D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA77D5; }

 p { color: rgb(186,119,213); }

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

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

 a { background-color: rgb(186,119,213); }

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

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

 span { border-color: rgb(186,119,213); }

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