#BA50D3

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

Shades of Medium Orchid #BA50D3

Tints of Medium Orchid #BA50D3

Color information

#BA50D3 (or 0xBA50D3) is unknown color: approx Medium Orchid. HEX triplet: BA, 50 and D3. RGB value is (186,80,211). Sum of RGB (Red+Green+Blue) = 186+80+211=477 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.99% from 477); Green value is 80 (31.64% from 255 or 16.77% from 477); Blue value is 211 (82.81% from 255 or 44.23% from 477); Max value from RGB is 211 - color contains mainly: blue. Hex color #BA50D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA50D3 is #45AF2C. Grayscale: #7E7E7E. Windows color (decimal): -4566829 or 13848762. OLE color: 13848762.

HSL color Cylindrical-coordinate representation of color #BA50D3: hue angle of 288.55º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BA50D3 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB18680211-
CMYK0.120.6200.17
HSL288.55º59.82%57.06%-
HSV(B)288.55º62.09%82.75%-
XYZ34.8820.8863.82-
YUV126.63175.62170.35-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.99%
GREEN value IS 80 (31.64% from 255) = 16.77%
BLUE value IS 211 (82.81% from 255) = 44.23%
R=38.99%
G=16.77%
B=44.23%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal186802110.120.6200.17288.5559.8257.06
HexBA50D3C3E0111213c39
Octal27212032314760214417471
Binary101110101010000110100111100111110010001100100001111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA50D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA50D3; }

 p { color: rgb(186,80,211); }

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

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

 a { background-color: rgb(186,80,211); }

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

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

 span { border-color: rgb(186,80,211); }

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