#BA51D5

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

Shades of Medium Orchid #BA51D5

Tints of Medium Orchid #BA51D5

Color information

#BA51D5 (or 0xBA51D5) is unknown color: approx Medium Orchid. HEX triplet: BA, 51 and D5. RGB value is (186,81,213). Sum of RGB (Red+Green+Blue) = 186+81+213=480 (63% of max value = 765). Red value is 186 (73.05% from 255 or 38.75% from 480); Green value is 81 (32.03% from 255 or 16.88% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA51D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA51D5 is #45AE2A. Grayscale: #7F7F7F. Windows color (decimal): -4566571 or 13980090. OLE color: 13980090.

HSL color Cylindrical-coordinate representation of color #BA51D5: hue angle of 287.73º 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 #BA51D5 is Cyan = 0.13, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18681213-
CMYK0.130.6200.16
HSL287.73º61.11%57.65%-
HSV(B)287.73º61.97%83.53%-
XYZ35.221.1365.17-
YUV127.44176.29169.77-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.75%
GREEN value IS 81 (32.03% from 255) = 16.88%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=38.75%
G=16.88%
B=44.38%

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
Decimal186812130.130.6200.16287.7361.1157.65
HexBA51D5D3E0101203d3a
Octal27212132515760204407572
Binary101110101010001110101011101111110010000100100000111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA51D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA51D5; }

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

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

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

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

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

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

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

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