#BA36D0

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

Shades of Medium Orchid #BA36D0

Tints of Medium Orchid #BA36D0

Color information

#BA36D0 (or 0xBA36D0) is unknown color: approx Medium Orchid. HEX triplet: BA, 36 and D0. RGB value is (186,54,208). Sum of RGB (Red+Green+Blue) = 186+54+208=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 54 (21.48% from 255 or 12.05% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #BA36D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA36D0 is #45C92F. Grayscale: #6E6E6E. Windows color (decimal): -4573488 or 13645498. OLE color: 13645498.

HSL color Cylindrical-coordinate representation of color #BA36D0: hue angle of 291.43º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BA36D0 is Cyan = 0.11, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18654208-
CMYK0.110.7400.18
HSL291.43º62.1%51.37%-
HSV(B)291.43º74.04%81.57%-
XYZ32.9517.6361.34-
YUV111.02182.73181.48-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 41.52%
GREEN value IS 54 (21.48% from 255) = 12.05%
BLUE value IS 208 (81.64% from 255) = 46.43%
R=41.52%
G=12.05%
B=46.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal186542080.110.7400.18291.4362.151.37
HexBA36D0B4A0121233e33
Octal27266320131120224437663
Binary101110101101101101000010111001010010010100100011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA36D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA36D0; }

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

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

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

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

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

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

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

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