#BA3DDB

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

Shades of Medium Orchid #BA3DDB

Tints of Medium Orchid #BA3DDB

Color information

#BA3DDB (or 0xBA3DDB) is unknown color: approx Medium Orchid. HEX triplet: BA, 3D and DB. RGB value is (186,61,219). Sum of RGB (Red+Green+Blue) = 186+61+219=466 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.91% from 466); Green value is 61 (24.22% from 255 or 13.09% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #BA3DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA3DDB is #45C224. Grayscale: #737373. Windows color (decimal): -4571685 or 14368186. OLE color: 14368186.

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

Color convert

RGB18661219-
CMYK0.150.7200.14
HSL287.47º68.7%54.9%-
HSV(B)287.47º72.15%85.88%-
XYZ34.718.8968.84-
YUV116.39185.91177.65-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 39.91%
GREEN value IS 61 (24.22% from 255) = 13.09%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=39.91%
G=13.09%
B=47.00%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186612190.150.7200.14287.4768.754.9
HexBA3DDBF480E11f4537
Octal272753331711001643710567
Binary101110101111011101101111111001000011101000111111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA3DDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA3DDB; }

 p { color: rgb(186,61,219); }

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

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

 a { background-color: rgb(186,61,219); }

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

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

 span { border-color: rgb(186,61,219); }

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