#BA6BD5

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

Shades of Medium Orchid #BA6BD5

Tints of Medium Orchid #BA6BD5

Color information

#BA6BD5 (or 0xBA6BD5) is unknown color: approx Medium Orchid. HEX triplet: BA, 6B and D5. RGB value is (186,107,213). Sum of RGB (Red+Green+Blue) = 186+107+213=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 107 (42.19% from 255 or 21.15% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #BA6BD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #BA6BD5 is #45942A. Grayscale: #8E8E8E. Windows color (decimal): -4559915 or 13986746. OLE color: 13986746.

HSL color Cylindrical-coordinate representation of color #BA6BD5: hue angle of 284.72º 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 #BA6BD5 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB186107213-
CMYK0.130.5000.16
HSL284.72º55.79%62.75%-
HSV(B)284.72º49.77%83.53%-
XYZ37.5225.7665.95-
YUV142.71167.67158.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.76%
GREEN value IS 107 (42.19% from 255) = 21.15%
BLUE value IS 213 (83.59% from 255) = 42.09%
R=36.76%
G=21.15%
B=42.09%

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
Decimal1861072130.130.5000.16284.7255.7962.75
HexBA6BD5D3201011d383f
Octal27215332515620204357077
Binary101110101101011110101011101110010010000100011101111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA6BD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA6BD5; }

 p { color: rgb(186,107,213); }

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

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

 a { background-color: rgb(186,107,213); }

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

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

 span { border-color: rgb(186,107,213); }

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