#BA72D8

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

Shades of Medium Orchid #BA72D8

Tints of Medium Orchid #BA72D8

Color information

#BA72D8 (or 0xBA72D8) is unknown color: approx Medium Orchid. HEX triplet: BA, 72 and D8. RGB value is (186,114,216). Sum of RGB (Red+Green+Blue) = 186+114+216=516 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.05% from 516); Green value is 114 (44.92% from 255 or 22.09% from 516); Blue value is 216 (84.77% from 255 or 41.86% from 516); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA72D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA72D8 is #458D27. Grayscale: #929292. Windows color (decimal): -4558120 or 14185146. OLE color: 14185146.

HSL color Cylindrical-coordinate representation of color #BA72D8: hue angle of 282.35º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BA72D8 is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB186114216-
CMYK0.140.4700.15
HSL282.35º56.67%64.71%-
HSV(B)282.35º47.22%84.71%-
XYZ38.6627.4368.22-
YUV147.16166.85155.71-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.05%
GREEN value IS 114 (44.92% from 255) = 22.09%
BLUE value IS 216 (84.77% from 255) = 41.86%
R=36.05%
G=22.09%
B=41.86%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1861142160.140.4700.15282.3556.6764.71
HexBA72D8E2F0F11a3941
Octal272162330165701743271101
Binary101110101110010110110001110101111011111000110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA72D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA72D8; }

 p { color: rgb(186,114,216); }

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

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

 a { background-color: rgb(186,114,216); }

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

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

 span { border-color: rgb(186,114,216); }

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