#ba6cd6

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

Shades of Medium Orchid #BA6CD6

Tints of Medium Orchid #BA6CD6

Color information

#BA6CD6 (or 0xBA6CD6) is unknown color: approx Medium Orchid. HEX triplet: BA, 6C and D6. RGB value is (186,108,214). Sum of RGB (Red+Green+Blue) = 186+108+214=508 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.61% from 508); Green value is 108 (42.58% from 255 or 21.26% from 508); Blue value is 214 (83.98% from 255 or 42.13% from 508); Max value from RGB is 214 - color contains mainly: blue. Hex color #BA6CD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6CD6 is #459329. Grayscale: #8F8F8F. Windows color (decimal): -4559658 or 14052538. OLE color: 14052538.

HSL color Cylindrical-coordinate representation of color #BA6CD6: hue angle of 284.15º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BA6CD6 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186108214-
CMYK0.130.5000.16
HSL284.15º56.38%63.14%-
HSV(B)284.15º49.53%83.92%-
XYZ37.7526.0266.65-
YUV143.41167.84158.38-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.61%
GREEN value IS 108 (42.58% from 255) = 21.26%
BLUE value IS 214 (83.98% from 255) = 42.13%
R=36.61%
G=21.26%
B=42.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1861082140.130.5000.16284.1556.3863.14
HexBA6CD6D3201011c383f
Octal27215432615620204347077
Binary101110101101100110101101101110010010000100011100111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ba6cd6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ba6cd6; }

 p { color: rgb(186,108,214); }

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

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

 a { background-color: rgb(186,108,214); }

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

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

 span { border-color: rgb(186,108,214); }

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