#BA52D5

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

Shades of Medium Orchid #BA52D5

Tints of Medium Orchid #BA52D5

Color information

#BA52D5 (or 0xBA52D5) is unknown color: approx Medium Orchid. HEX triplet: BA, 52 and D5. RGB value is (186,82,213). Sum of RGB (Red+Green+Blue) = 186+82+213=481 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.67% from 481); Green value is 82 (32.42% from 255 or 17.05% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA52D5 is #45AD2A. Grayscale: #7F7F7F. Windows color (decimal): -4566315 or 13980346. OLE color: 13980346.

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

Color convert

RGB18682213-
CMYK0.130.6200.16
HSL287.63º60.93%57.84%-
HSV(B)287.63º61.5%83.53%-
XYZ35.2821.2865.2-
YUV128.03175.96169.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.67%
GREEN value IS 82 (32.42% from 255) = 17.05%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=38.67%
G=17.05%
B=44.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186822130.130.6200.16287.6360.9357.84
HexBA52D5D3E0101203d3a
Octal27212232515760204407572
Binary101110101010010110101011101111110010000100100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA52D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA52D5; }

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

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

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

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

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

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

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

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