#BA36DC

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

Shades of Medium Orchid #BA36DC

Tints of Medium Orchid #BA36DC

Color information

#BA36DC (or 0xBA36DC) is unknown color: approx Medium Orchid. HEX triplet: BA, 36 and DC. RGB value is (186,54,220). Sum of RGB (Red+Green+Blue) = 186+54+220=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #BA36DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36DC is #45C923. Grayscale: #6F6F6F. Windows color (decimal): -4573476 or 14431930. OLE color: 14431930.

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

Color convert

RGB18654220-
CMYK0.150.7500.14
HSL287.71º70.34%53.73%-
HSV(B)287.71º75.45%86.27%-
XYZ34.4918.2469.41-
YUV112.39188.73180.5-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 40.43%
GREEN value IS 54 (21.48% from 255) = 11.74%
BLUE value IS 220 (86.33% from 255) = 47.83%
R=40.43%
G=11.74%
B=47.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal186542200.150.7500.14287.7170.3453.73
HexBA36DCF4B0E1204636
Octal272663341711301644010666
Binary101110101101101101110011111001011011101001000001000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA36DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA36DC; }

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

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

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

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

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

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

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

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