#BA46D7

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

Shades of Medium Orchid #BA46D7

Tints of Medium Orchid #BA46D7

Color information

#BA46D7 (or 0xBA46D7) is unknown color: approx Medium Orchid. HEX triplet: BA, 46 and D7. RGB value is (186,70,215). Sum of RGB (Red+Green+Blue) = 186+70+215=471 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.49% from 471); Green value is 70 (27.73% from 255 or 14.86% from 471); Blue value is 215 (84.38% from 255 or 45.65% from 471); Max value from RGB is 215 - color contains mainly: blue. Hex color #BA46D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46D7 is #45B928. Grayscale: #787878. Windows color (decimal): -4569385 or 14108346. OLE color: 14108346.

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

Color convert

RGB18670215-
CMYK0.130.6700.16
HSL288º64.44%55.88%-
HSV(B)288º67.44%84.31%-
XYZ34.7119.7366.27-
YUV121.21180.93174.21-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.49%
GREEN value IS 70 (27.73% from 255) = 14.86%
BLUE value IS 215 (84.38% from 255) = 45.65%
R=39.49%
G=14.86%
B=45.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal186702150.130.6700.1628864.4455.88
HexBA46D7D430101204038
Octal2721063271510302044010070
Binary10111010100011011010111110110000110100001001000001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA46D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA46D7; }

 p { color: rgb(186,70,215); }

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

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

 a { background-color: rgb(186,70,215); }

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

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

 span { border-color: rgb(186,70,215); }

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