#BA45F6

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

Shades of Medium Orchid #BA45F6

Tints of Medium Orchid #BA45F6

Color information

#BA45F6 (or 0xBA45F6) is unknown color: approx Medium Orchid. HEX triplet: BA, 45 and F6. RGB value is (186,69,246). Sum of RGB (Red+Green+Blue) = 186+69+246=501 (66% of max value = 765). Red value is 186 (73.05% from 255 or 37.13% from 501); Green value is 69 (27.34% from 255 or 13.77% from 501); Blue value is 246 (96.48% from 255 or 49.10% from 501); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA45F6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA45F6 is #45BA09. Grayscale: #7B7B7B. Windows color (decimal): -4569610 or 16139706. OLE color: 16139706.

HSL color Cylindrical-coordinate representation of color #BA45F6: hue angle of 279.66º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BA45F6 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18669246-
CMYK0.240.7200.04
HSL279.66º90.77%61.76%-
HSV(B)279.66º71.95%96.47%-
XYZ39.0121.3589.25-
YUV124.16196.76172.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 37.13%
GREEN value IS 69 (27.34% from 255) = 13.77%
BLUE value IS 246 (96.48% from 255) = 49.10%
R=37.13%
G=13.77%
B=49.10%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal186692460.240.7200.04279.6690.7761.76
HexBA45F61848041185b3e
Octal272105366301100443013376
Binary1011101010001011111011011000100100001001000110001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45F6; }

 p { color: rgb(186,69,246); }

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

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

 a { background-color: rgb(186,69,246); }

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

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

 span { border-color: rgb(186,69,246); }

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