#BA45DC

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

Shades of Medium Orchid #BA45DC

Tints of Medium Orchid #BA45DC

Color information

#BA45DC (or 0xBA45DC) is unknown color: approx Medium Orchid. HEX triplet: BA, 45 and DC. RGB value is (186,69,220). Sum of RGB (Red+Green+Blue) = 186+69+220=475 (62% of max value = 765). Red value is 186 (73.05% from 255 or 39.16% from 475); Green value is 69 (27.34% from 255 or 14.53% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA45DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA45DC is #45BA23. Grayscale: #787878. Windows color (decimal): -4569636 or 14435770. OLE color: 14435770.

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

Color convert

RGB18669220-
CMYK0.150.6900.14
HSL286.49º68.33%56.67%-
HSV(B)286.49º68.64%86.27%-
XYZ35.319.8669.68-
YUV121.2183.76174.22-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.16%
GREEN value IS 69 (27.34% from 255) = 14.53%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=39.16%
G=14.53%
B=46.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186692200.150.6900.14286.4968.3356.67
HexBA45DCF450E11e4439
Octal2721053341710501643610471
Binary1011101010001011101110011111000101011101000111101000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA45DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA45DC; }

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

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

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

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

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

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

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

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