#BA46CA

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

Shades of Medium Orchid #BA46CA

Tints of Medium Orchid #BA46CA

Color information

#BA46CA (or 0xBA46CA) is unknown color: approx Medium Orchid. HEX triplet: BA, 46 and CA. RGB value is (186,70,202). Sum of RGB (Red+Green+Blue) = 186+70+202=458 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.61% from 458); Green value is 70 (27.73% from 255 or 15.28% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #BA46CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA46CA is #45B935. Grayscale: #777777. Windows color (decimal): -4569398 or 13256378. OLE color: 13256378.

HSL color Cylindrical-coordinate representation of color #BA46CA: hue angle of 292.73º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA46CA is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18670202-
CMYK0.080.6500.21
HSL292.73º55.46%53.33%-
HSV(B)292.73º65.35%79.22%-
XYZ33.119.0857.82-
YUV119.73174.43175.27-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.61%
GREEN value IS 70 (27.73% from 255) = 15.28%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=40.61%
G=15.28%
B=44.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal186702020.080.6500.21292.7355.4653.33
HexBA46CA8410151253735
Octal272106312101010254456765
Binary1011101010001101100101010001000001010101100100101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA46CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA46CA; }

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

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

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

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

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

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

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

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