#BA52E8

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

Shades of Medium Orchid #BA52E8

Tints of Medium Orchid #BA52E8

Color information

#BA52E8 (or 0xBA52E8) is unknown color: approx Medium Orchid. HEX triplet: BA, 52 and E8. RGB value is (186,82,232). Sum of RGB (Red+Green+Blue) = 186+82+232=500 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.2% from 500); Green value is 82 (32.42% from 255 or 16.4% from 500); Blue value is 232 (91.02% from 255 or 46.4% from 500); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA52E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BA52E8 is #45AD17. Grayscale: #818181. Windows color (decimal): -4566296 or 15225530. OLE color: 15225530.

HSL color Cylindrical-coordinate representation of color #BA52E8: hue angle of 281.6º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA52E8 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18682232-
CMYK0.200.6500.09
HSL281.6º76.53%61.57%-
HSV(B)281.6º64.66%90.98%-
XYZ37.8322.378.65-
YUV130.2185.46167.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.2%
GREEN value IS 82 (32.42% from 255) = 16.4%
BLUE value IS 232 (91.02% from 255) = 46.4%
R=37.2%
G=16.4%
B=46.4%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal186822320.200.6500.09281.676.5361.57
HexBA52E814410911a4d3e
Octal2721223502410101143211576
Binary10111010101001011101000101001000001010011000110101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA52E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA52E8; }

 p { color: rgb(186,82,232); }

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

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

 a { background-color: rgb(186,82,232); }

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

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

 span { border-color: rgb(186,82,232); }

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