#BA74E9

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

Shades of Medium Orchid #BA74E9

Tints of Medium Orchid #BA74E9

Color information

#BA74E9 (or 0xBA74E9) is unknown color: approx Medium Orchid. HEX triplet: BA, 74 and E9. RGB value is (186,116,233). Sum of RGB (Red+Green+Blue) = 186+116+233=535 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.77% from 535); Green value is 116 (45.70% from 255 or 21.68% from 535); Blue value is 233 (91.41% from 255 or 43.55% from 535); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA74E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA74E9 is #458B16. Grayscale: #959595. Windows color (decimal): -4557591 or 15299770. OLE color: 15299770.

HSL color Cylindrical-coordinate representation of color #BA74E9: hue angle of 275.9º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA74E9 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB186116233-
CMYK0.200.5000.09
HSL275.9º72.67%68.43%-
HSV(B)275.9º50.21%91.37%-
XYZ41.228.8180.48-
YUV150.27174.69153.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.77%
GREEN value IS 116 (45.70% from 255) = 21.68%
BLUE value IS 233 (91.41% from 255) = 43.55%
R=34.77%
G=21.68%
B=43.55%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1861162330.200.5000.09275.972.6768.43
HexBA74E91432091144944
Octal2721643512462011424111104
Binary10111010111010011101001101001100100100110001010010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA74E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA74E9; }

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

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

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

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

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

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

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

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