#BA54D8

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

Shades of Medium Orchid #BA54D8

Tints of Medium Orchid #BA54D8

Color information

#BA54D8 (or 0xBA54D8) is unknown color: approx Medium Orchid. HEX triplet: BA, 54 and D8. RGB value is (186,84,216). Sum of RGB (Red+Green+Blue) = 186+84+216=486 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.27% from 486); Green value is 84 (33.20% from 255 or 17.28% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 216 - color contains mainly: blue. Hex color #BA54D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA54D8 is #45AB27. Grayscale: #818181. Windows color (decimal): -4565800 or 14177466. OLE color: 14177466.

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

Color convert

RGB18684216-
CMYK0.140.6100.15
HSL286.36º62.86%58.82%-
HSV(B)286.36º61.11%84.71%-
XYZ35.8121.7467.27-
YUV129.55176.79168.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 38.27%
GREEN value IS 84 (33.20% from 255) = 17.28%
BLUE value IS 216 (84.77% from 255) = 44.44%
R=38.27%
G=17.28%
B=44.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal186842160.140.6100.15286.3662.8658.82
HexBA54D8E3D0F11e3f3b
Octal27212433016750174367773
Binary10111010101010011011000111011110101111100011110111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA54D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA54D8; }

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

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

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

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

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

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

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

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